Julian Bui <[EMAIL PROTECTED]> writes:

> 
> Hey MikeW,
> 
> The article you posted seems like something I might want to try.  I am
> currently using JDBC to embed sqlite in my java app.  Do you know if there
> are equivalent statements for java?
> 
> Please let me know if you do.
> 
> Thanks,
> Julian
> 

Just issue the PRAGMA command(s) like any other SQL commands,
http://www.sqlite.org/pragma.html
presumably with a 
 connection.createStatement("PRAGMA temp_store = 2") etc.

Regards,
MikeW

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

Reply via email to