asp.net - User Of local Databases to temporary store data For main Database in Case of Internet non Availability -


i have project of nation wide transport company, need build ticketing system. web based asp application using sql server 2008 r2 database. main database b managed @ server. in case internet not available, application work local system database. when internet available local db update changes main server db , update server database. how can this?

usually approach record transaction statements update local db, , replay them main db.


Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -