Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi all

Please tell me how can i achieve database synchronization using vb.net code.

i have one server system and 5 client system.i want to sync everyday once when the user logout from the system and save it in a particular place in the server with database name and datetime..

I google it but most i am getting is tools for this work.but i am looking for vb.net code for this..

Please suggest me something..
Posted
Comments
Maciej Los 26-Jul-13 6:00am    
Please, elaborate...
[no name] 26-Jul-13 6:07am    
i am installing my software to once server and one client. i want to synchronize the client data to the server.
Maciej Los 26-Jul-13 7:46am    
Are you trying to tell me that you're installing the server of database on each client computer/machine?
[no name] 26-Jul-13 9:03am    
No..the database will be installed once at the server..there is no database at client place.
Maciej Los 26-Jul-13 9:23am    
So... i don't understand what do you want to achieve... ;(
Do you want to create authorization/authentication tool?
or
Do you want to save logs in the database?

1 solution

That has nothing to do with synchronization. What you describe is normal database operations from your application. What and how you do these operations depends on each operation your application is performing.
 
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