Regarding SQLite problem

mozaharul

Active Member
Licensed User
Data collection from devices to Desktop using SQLite

I'm developing an application would on several devices as well as on the desktop.

Each time I have some new data (records) in the devices, want to append it on the desktop into a single database. I'm using SQLite database.

Whether its possible to append the records from several devices to a single database on the desktop using SQLite ?

Please give tips or hints.

regads
 
Last edited:
Top