Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xsd, Dataset and VS.NET Tools
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Xsd, Dataset and VS.NET Tools
Divers
Thread ID:
00849420
Message ID:
00849420
Vues:
74
Hello;
I often prefered xsd documents to design dataset classes. How can i use VS.NET xsd design tool business class for MM Framework?

MM Framework documentation advice below line code our BusinesClass;

this.TableName = "Categories";
this.PrimaryKey = "CategoryID";

but its depend on one database and database table defination system. I want to -sometime i have to- use XML serialization-deserialization "offline" dataset. And same dataset will use to update database by an Adapter.

Can I get a simple sample code that explain below logical lines?

1- "xsd -> dataset -> table mapping -> Adapter -> RDMBS"
2- "xml deserialization -> dataset -> table mapping -> Adapter -> RDMBS"
2- "RDMBS -> Adapter -> table mapping -> dataset -> xml serialization"

regards,
Nuri Yýlmaz
we can work iT ouT
Répondre
Fil
Voir

Click here to load this message in the networking platform