Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge data
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01196996
Message ID:
01197146
Views:
19
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform