Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xsd, Dataset and VS.NET Tools
Message
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Xsd, Dataset and VS.NET Tools
Miscellaneous
Thread ID:
00849420
Message ID:
00849420
Views:
73
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
Reply
Map
View

Click here to load this message in the networking platform