Calmaris
11-22-2003, 07:07 AM
Problem: I'm using a global asa file(That's not the problem)
and in my page I have conn.open Application("connstring")
but I also need the old Conn.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\(Address)
I get an error pretty much saying I can't have 2! So I took conn.open Application out to see what would happen and my sessions which I was using on the page were giving me errors, I'm guessing because it couldn't access the global.asa file. So I then decided to take out the conn.open("driver.....) and I got an ODBC error which I understand. So I can't have 2. I need to open the application to access the global file so I can use my user sessions for logging in and out, and open the ODBC link to my database to access the data. There has to be a way I can pool these 2 together. Thx in advance.
and in my page I have conn.open Application("connstring")
but I also need the old Conn.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\(Address)
I get an error pretty much saying I can't have 2! So I took conn.open Application out to see what would happen and my sessions which I was using on the page were giving me errors, I'm guessing because it couldn't access the global.asa file. So I then decided to take out the conn.open("driver.....) and I got an ODBC error which I understand. So I can't have 2. I need to open the application to access the global file so I can use my user sessions for logging in and out, and open the ODBC link to my database to access the data. There has to be a way I can pool these 2 together. Thx in advance.