G
Guest
I have a 3 tiered archetecture:
Presentation Layer running ASP.NET through VB.NET with a web.config & 2
connection strings defined in the web.config
Business Logic layer which is nothing more than a set of wrappers for the DAL.
Data Access Layer, which is a set of data tables and data adapters created
through the XSD GUI.
I want the Connection Strings from my web.config to appear in the dropdown
list for the properties of the Data Adapters. How can I do this? Right
now, it only includes connection strings from MySettings, (New Connection),
and (None).
Thanks,
Presentation Layer running ASP.NET through VB.NET with a web.config & 2
connection strings defined in the web.config
Business Logic layer which is nothing more than a set of wrappers for the DAL.
Data Access Layer, which is a set of data tables and data adapters created
through the XSD GUI.
I want the Connection Strings from my web.config to appear in the dropdown
list for the properties of the Data Adapters. How can I do this? Right
now, it only includes connection strings from MySettings, (New Connection),
and (None).
Thanks,