homewith3
Joined: 18 May 2006
Posts: 1
|
Posted:
Thu May 18, 2006 3:27 am Post subject:
will someone please tell me whats wrong with this string??? |
|
|
I'm trying to make a dsn-less connection and this is what i keep getting:
Microsoft VBScript compilation error '800a0400'
Expected statement
/postcards/Connections/connCards.asp, line 7
# MM_connCards_STRING = "dsn=greetings;"
Here is the string:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
#MM_connCards_STRING = "dsn=greetings;"
'Comment out the line above, then uncomment and make necessary changes to your database path string in the line below if you want to use a DSNless connection your database:
'MM_connCards_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\accounts\familype\wwwroot\db\ecards.mdb""
%>
What is wrong??? can anyone tell me??? |
|