Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Database default values
Message
De
11/10/2004 11:52:43
 
 
À
11/10/2004 09:53:56
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00942475
Message ID:
00950455
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform