01-05-2012, 11:55 PM
When I try
Macro Macro10
the items a2[3 0] and a2[3 1] are empty (in QM 2.3.3.0 works well...)
Macro Macro10
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...)