Is it possible to create a typed dataset from the generic DataSet?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using Visual Basic in VS2005. It seems to me that in order to create a
typed dataset, I must use Dataset Designer or Data Source Configuration
Wizard to create a typed dataset class first and then create a typed dataset
using the dataset class.
 
Peter,

There are more tools, however without those it is almost impossible to do.

Cor
 
Back
Top