[Gambas-user] sqlite gambas table info?
PICCORO McKAY Lenz
mckaygerhard at ...626...
Fri Jun 16 19:48:57 CEST 2017
its there some code to get BEFORE send the query the fields of the table?
i mean, in the following code example i already know the column name, but i
need firts detect column name to send amount of filters
sCriteria *=* "id = &1"iParameter *=* *1012*$hConn*.*Begin' Same as
"SELECT * FROM tblDEFAULT WHERE id = 1012"hResult *=*
$hConn*.*Edit*(*"tblDEFAULT"*,* sCriteria*,* iParameter*)*
in this case, the column "id" was previously knowed! but in my case i need
to detect all the column names firts before send the filters/parameters
criteria
please any help?
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
More information about the User
mailing list