Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MoveAllRows
Message
De
29/12/2005 12:38:08
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01081275
Message ID:
01081725
Vues:
9
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();
}

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform