Asked By RDub
22-Jul-08 08:07 AM
Another method that has worked well for me and might work for you, is to
create a text file consisting of Sql statements. Inserts, Updates, and or
Deletes. Then write some code that reads the file line by line and executes
each sql statement. It's a low tech, and flexible way to get new data into
you Pocket PC. Once you have it working, you do not have to revisit the
code when the database design changes. Just modify your SQL statements to
account for the new schema.
RDub