OLE DB dataset

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Why it is necessary to name the dataset with 1 at the end when I generate a
dataset for a dataadapter ?
 
You are defining a class when you configure the dataAdapter. The DataSet1
that you see is the first instance of the class you designed so VS.NET
arbitrarily calls it DataSet1.

You can rename it if you like.
 

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

Similar Threads


Back
Top