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

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to