|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
error message?! |
From: |
grant |
Date: |
2/19/2001 1:10:45 AM |
IP: |
128.195.191.80 |
Trying my hand at a DSN-less connection. So I put in an .inc file like so:
<%
strConnect = " Driver = {Microsoft Access Driver (*.mdb)};
DBQ=C:\Inetpub\wwwroot\BegASP\Contact.mdb "
%>
Now I get a message when I access this file saying:
Unterminated String Constant, and points to the end of the line, just at the semi colon. What's going on here? |
Follow Up - Re: error message?! - Kevin 2/22/2001 11:05:36 AM
|
|
|
|
|
|
|
|
|
|
|
|