I'm using sqlite, and I think the querry should look like:
DIM answer AS Result
DIM querry As String
...............................

querry="SELECT.........;"
answer=YourConnection.Exec(querry)
FOR EACH answer

do what you want.....

NEXT
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to