I am using a sqlite3 database in a pda application that i am writing, the reason i am using it is so when our employees are out in the field collecting data the application can do data checking in the field to make sure the data the field personel are checking exist back in the main database in the office, the the PDA database needs to be refreshed on a daily basis and transfered to the pda before the field personnel leave for the day.
is there away to populate the sqlite3 database with data from an Oracle database from inside of a visual basic application? So i was thinking that if i can pull the information from the oracle tables into a dynaset and then load that into sqlite3 using VB? I don't know if this makes since but i am looking for away to get this done thanks for any advise.... Jay _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

