[Gambas-user] Getting data from table
rocko
sunblaster5 at ...626...
Fri Aug 10 07:13:22 CEST 2012
I've read the help files and seen a lot of examples on how
to add data to a table but I can' find any examples on how
to get data from a table.
I need to get total number of fields from a table. I've looked at:
'Property Read Count As Integer' in the Help file.
Can i simply put this at the top of my class and then do a
Print Count ??
I need the Count so i can iterate thru the fields and extract data,
something like:
For Each Count
get specific field
do something with field
Next
I suppose I could use the primary key ID as the For Each loop
But not sure about that.
More information about the User
mailing list