MS Data Application Block

M

Mark

The Microsoft data application blocks contain quite a few methods that
return a DataSet. Any reason not to consider adding an identical set of
methods that do the exact same thing but return a DataTable instead? Why
would you go through the overhead of creating a DataSet when 9 out of 10
times you really only need a DataTable?

I'm new to this application block so perhaps they have good reasoning?

Thanks!

Mark
 
C

Cowboy \(Gregory A. Beamer\)

Overall, the system is set up to create a DataSet. If you wish to customize
for a DataTable, there is no real problem there, except that you lose the
XML capabilities of the Dataset. If this is not an issue, then you have no
problem.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,269
Messages
2,571,098
Members
48,773
Latest member
Kaybee

Latest Threads

Top