Re: how to update data from textboxes using the sqldataadapter wizard?

From: Rajesh Patel (rdp647_at_hotmail.com)
Date: 03/09/04


Date: Tue, 9 Mar 2004 10:17:18 -0500

before update you need to put one statement

me.bindingcontext(dataset, datatable).endcurrentedit()

or

me.bindingcontext(dataset.datatable, "").endcurrentedit()

These are vb.net syntaxes.

Regards,

Rajesh Patel

"jaYPee" <hijaypee@yahoo.com> wrote in message
news:oq0r409h9kg4m3kuhfqifmb55u466oejhu@4ax.com...
> I used the sqldataadapter wizard and added a dataset and bound the
> textboxes in my form and when i call the sqldataadapter1.update
> command the record is not updated into my database.
>
> anyone know how can i update this record?
>
> thanks