DataSet & Data Source Configuration Wizard (VS2005 Beta 2)

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?
 

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

Top