Click here to Skip to main content
15,745,005 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all visitors
I'm the new one of vb.net
i have a problem with update data in the table using sqltable adapter.

Can anyone tell me how to update data using sqltable adapter?

Best Regards.
Posted
Comments
OriginalGriff 30-Mar-11 4:54am    
Reason for my vote of one: Too lazy to google first...

MSDN to the rescue! How to: Update Data Using a TableAdapter[^]

Google! It should be your first port of call for a generic question like that. Try using the search string "update data in the table using sqltable adapter" pasted from your question, and this pops up very near the top: second link. Even better, append "MSDN" on the end and it will limit it just the Microsoft answers...
 
Share this answer
 
Read about ADO.NET here and it will help you - Step by step.
Look at these:
MSDN: ADO.NET[^]
MSDN: Accessing Data with ADO.NET[^]
The C# Station ADO.NET Tutorial[^]
Using ADO.NET for beginners[^]
 
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