Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
i have written a code using ado.net namespace for adding del and updating data to the data base.but the data is not getting updated.what is the reason.it is in disconnected model
Posted
Comments
Prerak Patel 22-Mar-11 2:17am    
Share relevant code.
m@dhu 22-Mar-11 2:24am    
Unless you show your code it is hard to say what is the problem.
OriginalGriff 22-Mar-11 2:31am    
If this is disconnected as you say, then it will only be updated when you write to the db: we would need to see the relevant code fragment you wrote to update the database.
Aravind Ravindranath Gopi 22-Mar-11 3:39am    
please share the code and share if you are getting any error

Read about ADO.NET here and it will help you.

Look at these:
MSDN: ADO.NET [^]
The C# Station ADO.NET Tutorial[^]
MSDN: Accessing Data with ADO.NET[^]
Using ADO.NET for beginners[^]
 
Share this answer
 
Use modern technologies like Entity Framework or LINQ to SQL.
 
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