Does anyone know how to do a database dump from the C API? I'm linking to sqlite3.o (the amalgamated file) and was hoping to open a database and dump the contents to an sql file.

I know this can be done from the shell, but as of yet, I can't get the shell running on AIX.

What version of AIX are you running?  Are you using xlC or gcc?

On some versions of AIX you need to compile Sqlite without debug (no -g) when using gcc.

You need to have readline installed to make a nice to use sqlite3 shell program.

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

Reply via email to