Re: [sqlite] Howto get string from pragma command

2011-06-14 Thread Simon Slavin
On 15 Jun 2011, at 5:08am, J Decker wrote: > then it should return something other than SQLITE_DONE? > > On Tue, Jun 14, 2011 at 7:24 PM, Simon Slavin wrote: >> >> On 15 Jun 2011, at 3:12am, J Decker wrote: >> >>> How do I get the string after issuing a PRAGMA ? >> >> Pretend you were issuin

Re: [sqlite] Howto get string from pragma command

2011-06-14 Thread J Decker
then it should return something other than SQLITE_DONE? On Tue, Jun 14, 2011 at 7:24 PM, Simon Slavin wrote: > > On 15 Jun 2011, at 3:12am, J Decker wrote: > >> How do I get the string after issuing a PRAGMA ? > > Pretend you were issuing a SELECT command, and retrieve the table it would > retur

Re: [sqlite] Howto get string from pragma command

2011-06-14 Thread Simon Slavin
On 15 Jun 2011, at 3:12am, J Decker wrote: > How do I get the string after issuing a PRAGMA ? Pretend you were issuing a SELECT command, and retrieve the table it would return. Most pragmas just return a single-row single-column table. Simon. ___ s

[sqlite] Howto get string from pragma command

2011-06-14 Thread J Decker
How do I get the string after issuing a PRAGMA ? ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users