Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merge data
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01196996
Message ID:
01197146
Vues:
17
>Hi,
>
>I have temporary BO to allow user to edit records which is in un-normalized format. Then, I want to add these records back to normalized table - ParentTable and ChildTable.
>
>After saved,User may want retrieve and edit/delete records in this temporary BO. Any simple way to "merge" back the records to database?
>
>Thank you

Sounds like you need a view (SQL Server, not VFP) where the update is happening to the child rows.

Or you need a collection of collections :) Where oSalesOrder has n Number of oOrderLines.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform