Data save and database updation in vb.net - TechRepublic
Question
March 19, 2009 at 12:14 AM
seaziz_ksa

Data save and database updation in vb.net

by seaziz_ksa . Updated 17 years, 4 months ago

I have to create a database application in VB.Net, but after displaying records by a datagrid or textbox, when i change any record and click save button then an error message is displaying. anyone can help me?.

code for saving is as follows:

clientsbindingsourse.endedit()
clientstableadapter.update(me.clientsdataset.clintmaint)

This discussion is locked

All Comments