Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MoveAllRows
Message
From
29/12/2005 12:38:08
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01081275
Message ID:
01081725
Views:
10
Hi
It’s failing on dsTo.HasChanges which is false although I can view the records in the DataSet. This is all new to me so any help gratefully received.
the code is below
Thanks
Stuart



public void sync(ABusinessObject oSource, string Source, string Destination)
{
this.DatabaseKey = Destination;
oSource.DatabaseKey = Source;
oSource.FetchList();
this.MoveAllRows(oSource, oSource.TableName, this.TableName);
this.SaveDataSet();
}

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform