Using SqlDataAdapter updating Windows DataGrid

  • Thread starter Thread starter Echo
  • Start date Start date
E

Echo

Hi All:

I have a windows application which using Datagrid to
display the data and using SqlDataAdapter to do all the
insert,update and delete in one shut. The application was
developed under .NET version 1 and works perfectly, but
after i upgrade to VS.NET 2003 and convert the project,
however, while i updated the data inside the DataGrid but
the con-responding row of DataSet (the datasource of
datagrid)'s row state some times keeped as 'unchanged',
so newly updated data didn't get saved to the database.

Anybody can give me help?

Your help is great appericiate.

Best Regards

Echo
 
Do any exceptions get thrown ?
Is there a pattern and can you repeat it consistently ?

There is insufficient data here to formulate a useful response, for me at
least

;-D

--
Regards - One Handed Man

Author : Fish .NET & Keep .NET
=========================================
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
Back
Top