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.
 
Back
Top