That will work but we have to import the sqlite file into our AS400/Iseries
IBM (DB2)system. Easiest way is convert it to a .csv file for the import. My
last resort is just run a script on the PC side that will run sqlite3.exe
shell and convert the sqlite file to a .csv but I want to avoid that step.
If you know of a way for an as400 to import sqlite files that would be
great!

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin
Sent: Thursday, February 09, 2012 1:26 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Compiling SQLite3 to run on Windows Mobile 6.5


On 9 Feb 2012, at 6:17pm, Tim Leland wrote:

> Ok now I understand. I need the shell for windows mobile. The reason why
im
> doing this is the application running on windows mobile is really just an
> html5 browser storing data in a sqlite database. I need to convert the
> sqlite database to a .csv file and send that file to a ftp server.

Why not send the sqlite database to the ftp server ?  It's just a single
file on disk.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to