Clay Dowling <clay-diPsFfokYAT2eFz/[EMAIL PROTECTED]> wrote:
Open the database as per normal with sqlite3_open().  Then issue the
SQL
commands necessary to create your schema.  I have a nice little
utility I
wrote which will take an SQLite schema dump and convert it to an
array of
C strings that you can issue in sequence

Or simply build a single string with all statements separated by semicolons, and execute all of them with a single sqlite3_exec call.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to