Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QueryArr bug?
#1
When I try

Macro Macro10
Code:
Copy      Help
str s="test"

str artemp="c:\testfile.mdb"
Database db2.Open(db2.CsAccess(artemp))
ARRAY(str) a2 a3 a4; int c2
str noi=s
int snrs

str con.format("SELECT * FROM n WHERE no='%s'" noi)

db2.QueryArr(con a2 2)
out a2.len(1)
int r c
for r 0 a2.len(2)
,out "--------- Row %i ---------" r
,for c 0 a2.len(1)
,,out "--- Column %i ---" c
,,out a2[c r]
,,

the items a2[3 0] and a2[3 1] are empty (in QM 2.3.3.0 works well...)
#2
The same bug as with Excel. Also may be in some other functions. It is serious bug, may corrupt memory. Fixed in QM 2.3.3.2.
http://www.quickmacros.com/beta/quickmac.exe


Forum Jump:


Users browsing this thread: 1 Guest(s)