Hello
I have two files which connect to my MS Access database. These are connDUfaq.asp and connDUfaqAdmin.asp. These are the only two files (of several), which connect to the database.
The connection to the database (in both above files) is:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_connDUfaq_STRING = "DRIVER={Microsoft Access Driver
(*.mdb)};DBQ=D:\business\abc.com\private\DUfaq.mdb;"
%>
Another, linking, file is default.asp which, when I try to open it, gives the following error:
Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/faq/Connections/connDUfaq.asp, line 8
MM_connDUfaq_STRING = "DRIVER={Microsoft Access Driver
------------------------------------------------------^
I am not sure if this is a concatination issue, but would still appreciate some guidance, please.
Cheers
EvertonFC
I have two files which connect to my MS Access database. These are connDUfaq.asp and connDUfaqAdmin.asp. These are the only two files (of several), which connect to the database.
The connection to the database (in both above files) is:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_connDUfaq_STRING = "DRIVER={Microsoft Access Driver
(*.mdb)};DBQ=D:\business\abc.com\private\DUfaq.mdb;"
%>
Another, linking, file is default.asp which, when I try to open it, gives the following error:
Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/faq/Connections/connDUfaq.asp, line 8
MM_connDUfaq_STRING = "DRIVER={Microsoft Access Driver
------------------------------------------------------^
I am not sure if this is a concatination issue, but would still appreciate some guidance, please.
Cheers
EvertonFC