SQL dataset in VB 2005

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi,

I was using the SQLDataset object and the SQLConnection object in VS 2003,
looks like they are gone from VS 2005 ? If not, where can I find them to add
them to my designer ?

Thanks,
Sam
 
they are exactly where they where before? I am using them too and the are
still there in 2005, make sure you imported the right namespace for them
 
Sam,

If you want to use them from the designer than add a dataset Item to your
solution.

In that dataset is now everything integrated.
(The configstring will be readed from the config file before you start
searching for that)

You can of course use the old objects however not drag them anymore.

I hope this helps,

Cor
 

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

Back
Top