I have develop a micro finance application; which the database is SQL SERVER 2008 and its hosted online, and the front end is vb.net which connects to the online database.
Sometimes there is an unavailability of internet connection to connect to the database , that being the case the customer wants a solution where if there is no connectivity let the data be capture offline; and later synchronize the offline data when you are online to the online database.
I was wondering if someone has a solution on if.