generating Dataset with Visual Stuio Wizards?

  • Thread starter Thread starter xxxxyz
  • Start date Start date
X

xxxxyz

Hi,
I want to generate dataset class using Visual studio ( I can do this as
first generate SqlDataAdaptor and SqlConnection). But can I ganerate it
without sqldataadaptor and sqlconnection, because I want to create
SqlConnection at runtime(may be i have to delete them after generating
the dataset)?

Thanks.
 
Hi,
I want to generate dataset class using Visual studio ( I can do this as
first generate SqlDataAdaptor and SqlConnection). But can I ganerate it
without sqldataadaptor and sqlconnection, because I want to create
SqlConnection at runtime(may be i have to delete them after generating
the dataset)?

Thanks.

Create a dataset project, go to the server explorer, fetch the
table(s) you need and drag them to the design surface, and you'll have
a typed dataset.
 

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