--- Keith Godfrey <[EMAIL PROTECTED]> wrote:
> 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.

Can you compress the sqlite db file and ftp it to linux for further 
processing?

Or if you have java on the AIX machine you could run this pure java 
sqlite3 shell:

http://sqlite.org/contrib/download/sqlite-java-shell-3.4.0.zip?get=19

java -jar sqlite3i.jar -batch your.db .dump


      
____________________________________________________________________________________
Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.
http://tv.yahoo.com/ 


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

Reply via email to