data synchronization
Hello,
My scenario:
I created a program in my local computer using Visual Basic. I use access database and everything is ok.
Now, I opened an account with a web hosting company. I put a similar access database in their server and I could manipulate it in my ASP pages successfully.
My question :
I want to synchronize my local database with the other one I host in their server.
I want to create a procedure or function in my local program that would allow me once am online to communicate with my other database and update both of them accordingly.
Can you show me how to create that connection string and what I should do next?
I would appreciate that.
Best regards,
ABDO
|