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

Benoît Minisini gambas at ...1...
Tue Jan 6 14:43:59 CET 2015


Le 06/01/2015 14:20, Jorge Carrión a écrit :
> 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'm curious about how you wrote your loop...

>
> 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

No idea. When you use "Exec", the request is directly sent to the 
database client library. What does not work?

-- 
Benoît Minisini




More information about the User mailing list