[Gambas-user] MySQL and general data issues

M. Cs. mohareve at ...626...
Tue Mar 2 22:44:15 CET 2010


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



More information about the User mailing list