S
Shaun
Hi,
I have recently been given an ASP site to administer, however I cannot get
the site to connect to the access the Access database.
This is the current connection file:
<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
'Dim MM_conn***_STRING
'MM_conn***_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=***"
'MM_conn***_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=***"
Dim MM_conn***_STRING
MM_conn***_STRING = "dsn=***;"
%>
How can I modify this file such that it connects to the database in the same
directory as the file?
Thanks for your help
I have recently been given an ASP site to administer, however I cannot get
the site to connect to the access the Access database.
This is the current connection file:
<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
'Dim MM_conn***_STRING
'MM_conn***_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=***"
'MM_conn***_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=***"
Dim MM_conn***_STRING
MM_conn***_STRING = "dsn=***;"
%>
How can I modify this file such that it connects to the database in the same
directory as the file?
Thanks for your help