Hi,
i want to use the sqlite db as cache for my application. So periodically my appplication will access database from my remote db server and get the required data in dataset or in DataTable. now instead of manually creating table in sqlite can i directly copy the DataTable in Sqlite table?