On 22 Jun 2012, at 2:17am, Kyle McKay <mack...@gmail.com> wrote:

> I have successfully used the SQLite ODBC Driver available from:
> 
> http://www.ch-werner.de/sqliteodbc/

Hey, thanks for that, Kyle.  I always wondered whether I could make ODBC do 
SQLite but had no idea how to make it happen.  Your instructions worked fine 
for me and I successfully made a toy database.  Nice.

I agree that somewhere in that chain is the idea that only SELECT commands 
return results, and that that's the reason PRAGMAs can't return values.  Hmm.  
Can you do

SELECT (PRAGMA user_version)

?  Bah.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to