DataSet & Data Source Configuration Wizard (VS2005 Beta 2)

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

Guest

When I create a DataSet using Data Source Configuration wizard the connection
string gets added to application configuration, public read only property
gets created in settings class and TableAdapter uses this public property to
initialize the connection property.

But why does the connection string get hard coded into InitConnection
routine of TableAdapter when I create DataSet using DataSet configuration
wizard. The connection string does not get added to application configuration
file nor any public property gets created?
 
Back
Top