Click here to Skip to main content
15,887,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends,

I have a requirement in winforms. i want to getting the data from one database and that data insert or update into another database. if same data in both databases, no need to modification. If we are inserting data in first database and that data moved to another Database and also if any data is modified in one database and that data should be changing into another database.

Please help me...
Posted
Updated 1-May-13 0:41am
v6
Comments
Pheonyx 1-May-13 4:14am    
What have you tried? What checks can you perform to see if the data is already there? as indexes will probably be different.
CH Guravaiah 1-May-13 4:44am    
This is new requirement for me.
nitin bhoyate 1-May-13 5:27am    
data will flow in one way or two way?
CH Guravaiah 2-May-13 3:28am    
only one way. Here i am getting the data into dataset1 and dataset2 with same fields. if dataset2 compare to dataset1. any changes or new data in dataset1. that data should adding into dataset2.

Triggers may help. I have no knowledge on triggers but think it should help
 
Share this answer
 
Comments
Shahin Khorshidnia 2-May-13 5:31am    
It could be helpful if you described more about it or you used some links or reference.
 
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