L
Leroy
I would like to access an Oracle database specified in my
global.asa file as "pmm3"
set-up and verified in Front Page 2002 (IIS 5, Win 2000
Server)
without using the Databse Results Wizard.
The code on my ASP works except I have to use this
connection string (same as one in global.asa):
Connect.Open "Provider=MSDAORA.1;Password=afval18;User
ID=d1107911i;Data Source=pmm3;Persist Security Info=True"
instead of something like this:
Connect.Open "pmm3"
I included the global.asa file, but to no avail
<!--#include file="../../global.asa"-->
Am I missing something? How do i get it to access the
Database Connection already setup in the global.asa file?
global.asa file as "pmm3"
set-up and verified in Front Page 2002 (IIS 5, Win 2000
Server)
without using the Databse Results Wizard.
The code on my ASP works except I have to use this
connection string (same as one in global.asa):
Connect.Open "Provider=MSDAORA.1;Password=afval18;User
ID=d1107911i;Data Source=pmm3;Persist Security Info=True"
instead of something like this:
Connect.Open "pmm3"
I included the global.asa file, but to no avail
<!--#include file="../../global.asa"-->
Am I missing something? How do i get it to access the
Database Connection already setup in the global.asa file?