Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When to connect
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00978766
Message ID:
00979024
Views:
45
Hey, Kevin,

To answer your last question, assuming you're getting your result set back as a DataSet, you can do "MyDataSet.GetXml()" to convert the dataset to an XML representation.

You're on the right track for your stored procedure example. Obviously, some tables might have multiple stored procs.

Stored procs are generally the way to go. They allow you to develop and test result sets that are client-agnostic.

Mine is set up to use a collection of parameters, since one stored proc might have one string parm, a second might have 3 parms of different data types, etc. You're going about it the right way, and you're establishing some good foundations. And even if you don't immediately intend to implement something (web services) for a distributed architecture, the better you structure things now, the easier it will be to fit them in down the road.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform