Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
In a application of a network, i want to save data locally in sqlite if the computer is disconnected from the network and as soon as it is connected to the network insert the data from sqlite to the central sql server database. can any one suggest me how to accomplish this. :).
Posted

Well,the question is too general,but what i would do is,just before saving the data, check for internet connection (Pinging the sql server) and saving locally or remotely depending on that.
You'll need also a timer checking for connection,and if there is one,insert data from local sqlite to sqlserver.
 
Share this answer
 
Comments
thedinesh01 19-Jun-14 1:00am    
actually what you are saying is what i want to do. can u suggest me some articles and resources on how to accomplish that.. :)
these tools cost money.. i dont need that much huge as well, i want to develop it at my own. :) can you suggest me on that.. :)
 
Share this answer
 
Please check the below mentioned tools.May be helped to you.Those tools having scheduler features also.

SQLite Data Wizard

DBConvert
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900