Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database default values
Message
From
11/10/2004 11:52:43
 
 
To
11/10/2004 09:53:56
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00942475
Message ID:
00950455
Views:
18
>After creating the typed dataset (using any technicue you prefer), simply edit the source code for the typed dataset and make it inheret from mmDataSet instead of DataSet. That's all there is to it.

Thanks for the tip, Scott.

One more question...

So in a Winforms form, then do I use the following (from the MM.NET Dev Guide):
private Orders oOrder;
private DataSet dsOrders;
Or this:
private Orders oOrder;
private mmDataSet dsOrders;
Or this:
private Orders oOrder;
private MyCustomDataSet dsOrders;
Thanks,
Ric
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform