Typed and Untyped Datasets

R

Roshawn

Hi,

In my research regarding ADO.NET, I've read that it is beneficial to use
both typed and untyped datasets together (untyped on the server, typed on
the client). How would you suggest that I go about this?

Thanks,
Roshawn
 
M

Miha Markic

Well, typed datasets provide more information without accessing database.
Also, there is intellisense and more errors caught by compiler.
They can still be used as untyped datasets (typed dataset is derived from
DataSet).
I use them wherever I can.
 

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

Top