Re: how to update data from textboxes using the sqldataadapter wizard?
From: Rajesh Patel (rdp647_at_hotmail.com)
Date: 03/09/04
- Next message: Jerry: "How make an editable bound textbox not alter dataset data"
- Previous message: Jacek Hełka: "Re: Deleting rows from DataGrid"
- In reply to: jaYPee: "how to update data from textboxes using the sqldataadapter wizard?"
- Next in thread: jaYPee: "Re: how to update data from textboxes using the sqldataadapter wizard?"
- Reply: jaYPee: "Re: how to update data from textboxes using the sqldataadapter wizard?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Jerry: "How make an editable bound textbox not alter dataset data"
- Previous message: Jacek Hełka: "Re: Deleting rows from DataGrid"
- In reply to: jaYPee: "how to update data from textboxes using the sqldataadapter wizard?"
- Next in thread: jaYPee: "Re: how to update data from textboxes using the sqldataadapter wizard?"
- Reply: jaYPee: "Re: how to update data from textboxes using the sqldataadapter wizard?"
- Messages sorted by: [ date ] [ thread ]