Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double entry forms
Message
 
To
23/07/2002 11:43:09
Ron Hodge
Sebrex Systems, Inc.
Dacula, Georgia, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00681712
Message ID:
00681720
Views:
21
There are a couple of ways of doing this that I can think of.

1. You can create two independent dataset that are filled with same data. This will require two trips to server.

2. You can create one dataset and use DataSet.CopyTo() method to create a duplicate dataset. This will be more efficient way to do it.

>Hi, all,
>
>I'm working on an vb.net app with a sql2000 database that will require double entry for a table and a copy of the table. In the FoxPro version I'm converting from, this was pretty straightforward, I just opened the dupe table as an alias and used the same form for both.
>
>What's the best way to use similar indirection on a dataset with bound controls to accomplish the same thing without doing two forms?
>
>Thanks.
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform