I just posted a question to the sqlite-users list regarding running several statements concatenated in a single SQL string:
Running multiple DDL statements in a batch (via JDBC) http://thread.gmane.org/gmane.comp.db.sqlite.general/27563 Apparently the SQLite JDBC library ignores the "pzTail" parameter to sqlite3_prepare(). Would it be possible to supply the pzTail parameter, figure out its offset from the base of the character array provided by GetStringUTFChars(), and keep that offset around as part of the Statement object? If so, we could then loop on preparing and stepping statements until pzTail comes back as null. -- Steven E. Harris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
