Creating SQLite Databases on a PC

hdtvirl

Active Member
Licensed User
Longtime User
Hi everybody,

I am looking to find out some advise on which is the best tool to create sqlite Databases and tables on a PC. I wish to create on the PC populate from a SQL2008 Server using a small VB.net routine and then copying the entire sqlite Database onto a SDcard and putting it on to an Acer Iconia A500 Tablet.

When the table has been updated by the tablet user I wish to copy the database back onto the PC and transfer the updated record back into the SQL 2008 server.

I will at some stage create a webservice to do this process over the air but for the moment I just want to copy the databases between PC - Tablet - PC.

I look forward to your helpful suggestions.

Regards

BOB
 

Djembefola

Active Member
Licensed User
Longtime User
I'm using Navicat for SQLite. It's not free but powerful and reliable.
 
Upvote 0
Top