|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
datagridview update with dataset and dataasapter2005 express? really imortant to me. i need to know maybe i just wasting my time! i've a datagridView that get is data from a dataset: Me.T_1TableAdapter.Fill(Me.T_1DateSet.T_1) and i try to update it in a bottom-click: Me.Validate() Me.T_1BindingSource.EndEdit() Me.T_1TableAdapter.Update(Me.T_1DataSet.T_1) and i get the followin error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. i'll appriciate any help!!!! mikalush wrote:
Show quoteHide quote > is anyone know if i can update access database with dataset in the vs Did you instantiate a New (valid) update command to> 2005 express? > > really imortant to me. > > i need to know maybe i just wasting my time! > > i've a datagridView that get is data from a dataset: > > Me.T_1TableAdapter.Fill(Me.T_1DateSet.T_1) > > and i try to update it in a bottom-click: > > Me.Validate() > > Me.T_1BindingSource.EndEdit() > > Me.T_1TableAdapter.Update(Me.T_1DataSet.T_1) > > and i get the followin error: > > Update requires a valid UpdateCommand when passed DataRow collection > with modified rows. > > i'll appriciate any help!!!! Me.T_1TableAdapter.UpdateCommand?
Forcing Checkbox to Return integer instead of boolean
Excel automation different language windows Create a Folder - Newbie Question Web.config issue Sorting a DataTable in a DataSet TreeNode with BOLD font get truncated Reference to a non-shared member requires an object reference User TreeView ToolStrip Status Labels BackColor Property |
|||||||||||||||||||||||