-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/23/2010 07:47 PM, ve3meo wrote:
> Is it possible to store the results of a PRAGMA statement, especially PRAGMA 
> database_list in a SQLite temporary table using only SQLite commands?

No.  Is there any particular reason your code can't copy them internally?
Remember that SQLite is a library - it lives inside your application - and
is not some remote unchangeable component.

Depending on what the information is you are obtaining, it may be possible
to get it via direct queries on sqlite_master.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxKW9EACgkQmOOfHg372QQTSwCgwNSQxsC4utvX53H/iVYAJSiF
nlgAniMMP0svxm59BjTeMJnr+EBGTnJt
=kAD0
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to