[Gambas-user] Tables in sqlite

andy60 kaoticus60 at ...151...
Tue Feb 5 06:39:19 CET 2008


If i want to work for a specific table in a sqlite database i use this 
method:
||
DIM hTable AS Table
FOR EACH hTable IN MODMain.$Con.Tables
 IF hTable.Name = "tbALIMENTI" THEN
      
 ....instructions ....

 END IF
NEXT||

Can i use another method without using FOR EACH? Thank you for your 
attention.




More information about the User mailing list