-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 20/10/11 13:15, Peter Aronson wrote: > The first is whether a database currently attached to the database > connection was open read-only or read/write.
Out of curiousity why do you want to know this? Note that even if a database is opened at the SQLite level readonly it can still be written to at the operating system level - an example would be recovering from the journal. In terms of exporting information, I'd recommend making virtual tables available rather than modifying existing pragmas. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk6gkeAACgkQmOOfHg372QTFiQCeNtjqXgG9pnfDwrSMfKG9zAAR RO0An2z74tow08RS9TXaFYM/9feb4zWc =U3uH -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

