[Gambas-user] Sqlite3 Driver changed?
Jorge Carrión
shordi at ...626...
Fri Aug 15 11:04:39 CEST 2014
Since a lot of time I've been using this code with Sqlite3 databases in
order to identify the keys and other information about Sqlite3 tables.
dim rs as result
rs = rsDatos.Connection.exec("PRAGMA table_info(`" & tabla & "`)")
It have been working right from several years.
Now It returns a not Available Result with 0 fields
Someone knows if something has changed on sqlite3 driver?
Thanks in advance
Regards
More information about the User
mailing list