[Gambas-user] Enumerating values in sqllite3 database tables

charlesg charles at ...1784...
Wed Sep 17 13:26:42 CEST 2008


Hi,

something like:
'----------------------
Private res As Result

lstSupplier.Clear
res = $hConn.Exec("select * from supp order by s_code")
For Each res
   lstSupplier.Add(res!s_code & "," & res!s_name & "," & res!s_closedate &
"," & res!s_dayscredit & "," & res!s_datedue)
Next
'----------------------

rgds
-- 
View this message in context: http://www.nabble.com/Enumerating-values-in-sqllite3-database-tables-tp19529262p19529650.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list