DbDataAdapter.Update issue

  • Thread starter Thread starter Gamaka
  • Start date Start date
G

Gamaka

We are porting a .NET 1.1 application to .NET 2.0.

We noticed the System.Data.Common.DbDataAdapter.Update(DataSet dataSet,
string srcTable) function behaves differently in two platforms.
Basically we noticed 2.0 version does not respond to UpdatedRowSource
property of Command objects.

Any help is much appreciated.

Cheers,
Gamaka
 
You might try posting this to microsoft.public.dotnet.framework.adonet.
Hopefully someone there will be able to help you.
Robin S.
 
Back
Top