[Gambas-user] SQLite PRAGMA don't seem works any more

Jorge Carrión shordi at ...626...
Tue Jan 6 14:20:53 CET 2015


Hi
I used to use this sentence in SQLite databases in order to obtain fields
information


rs = hc.exec("PRAGMA table_info(`" & mytablename & "`)")

It worked fine. I used it because the slow of gambas database objects when
are used in loops.

I haven't used it since a don't-know-how-much time and now I've seen that
it doesn't work any more.

It's a bug or simply PRAGMA sentences are not longer supported?

Regards



More information about the User mailing list