Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sql and QM
#2
here's what i use for Access dbs.

Code:
Copy      Help
Database db.Open(db.CsAccess("c:\test\test.mdb"))
ARRAY(str) a
int z
str b

b="SELECT username), createdate, FROM access"
db.QueryArr(b a)
for z 0 a.len
,out "%s     %s    %s" a[0 z] a[1 z] a[2 z]
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)