PDA

View Full Version : can someone look at this dsn-less string??


homewith3
05-18-2006, 01:32 AM
I am trying to set up a dsn-less connection and it's not working... can someone please look at this string and tell me what they see wrong?? thanks in advance! :thumbsup:



<%
'---------- Computer Postcards --------------------------------
'Copyright (c) 2002-2003 Jackie Johnston, ComputerPostcards.com
'All Rights Reserved.
'Version: 2.0.4
'--------------------------------------------------------------
%>
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
%>
<%
'MM_connCards_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\accounts\familype\wwwroot\db\ecards.mdb"
%>

degsy
05-18-2006, 04:23 PM
<%
'MM_connCards_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\accounts\familype\wwwroot\db\ecards.mdb"
%>
The ' at the start turns the line in to a comment.