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 <[email protected]> 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 >> return. Most pragmas just return a single-row single-column table.
I would assume that for PRAGMAs which return anything you'll see a SQLITE_ROW at some point. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

