[sqlite] troubles w/ sqlite on AIX 5.3

2007-10-07 Thread Keith Godfrey
Greetings, I need to compile and run a program on an AIX box and then get the data back onto a linux machine for processing. I'm using sqlite3 as an embedded database (excellent software, btw). Unfortunately, this "easy" task has proved a tad bit complicated. Compiling the regular 3.5.1

[sqlite] 'dump' from the C API

2007-10-07 Thread Keith Godfrey
Hello, 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. Thanks in