G
Guest
I am trying to create a web application using VB.NET. I will be deploying
multiple instances of this application on the same server, each with it's own
Access database. Unfortunately, every example I've seen shows how to access
data using ODBC at design time. This won't work for me. I would have to have
a different code base for each instance. What I need is a way for the entire
application to know what ODBC source it is supposed to use, and I need to be
able to assign this at runtime. This must be fairly common, right? Can
someone help me figure out where to look for a solution here?
multiple instances of this application on the same server, each with it's own
Access database. Unfortunately, every example I've seen shows how to access
data using ODBC at design time. This won't work for me. I would have to have
a different code base for each instance. What I need is a way for the entire
application to know what ODBC source it is supposed to use, and I need to be
able to assign this at runtime. This must be fairly common, right? Can
someone help me figure out where to look for a solution here?