M
Mo
Hi,
I am working on an old ASP project and I need to make some changes to
it. the project files I have can not be opened with VB 2005 Express
edition. There are 3 sets of files in the project
*.vbp I assume this is the VB Project file
*.cls I assume these are the class files
Conn.bas it has two methods for setting and getting the connection
string and connection string const
proj1.DLL this is the compiled dll assembly
all classes are calling the methods in Conn.bas to get the connection
string. When the DLL is deployed through the component services,
proj1.DLL file is deployed along with Conn.bas file to the ASP
Server.
The question is under this scenario does the DLL dynamically calls the
Conn.bas to set the application conenction string or do I have to
compile it every time? I am told to simply edit the connection string
in the conn.bas file but I do not think this is correct. Any ideas is
greatly appreciated.
Thanks
I am working on an old ASP project and I need to make some changes to
it. the project files I have can not be opened with VB 2005 Express
edition. There are 3 sets of files in the project
*.vbp I assume this is the VB Project file
*.cls I assume these are the class files
Conn.bas it has two methods for setting and getting the connection
string and connection string const
proj1.DLL this is the compiled dll assembly
all classes are calling the methods in Conn.bas to get the connection
string. When the DLL is deployed through the component services,
proj1.DLL file is deployed along with Conn.bas file to the ASP
Server.
The question is under this scenario does the DLL dynamically calls the
Conn.bas to set the application conenction string or do I have to
compile it every time? I am told to simply edit the connection string
in the conn.bas file but I do not think this is correct. Any ideas is
greatly appreciated.
Thanks