DbDataAdapter.Update issue

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
 
R

RobinS

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top