"giannis" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> ClayB wrote:
>> Are you using DataTables, DataSets and DataAdapters to load your data
>> into your application? If so, you would call dataAdapter1.Update to
>> save your changes back to the database.
>
> I have write :
> BindingSource.EndEdit()
> Me.TABLETableAdapter.Update(Me.DataSet.TABLE)
>
> but the data dont saved at the database.
>
> Can you give me an example please ?
>
> Thank you !
>
>
What type of database are you using? SQLServer, SQLServerEXpress, Access?
Robin S.
|