OK, here's my quandary: If I develep a web app in VB.NET 2003, and access my
data through ODBC, I have to choose an ODBC source at design time. What if I
have multiple instances of the same app on one server, each of which is
supposed to access a different ODBC datasource? I need another level of
abstraction, so the app can decide which data source to look for at run time,
right? How do I do that?
|