Re: Dreamweaver Mx 2004 ASP vbscript:
1. The following is my connection script at "conn.asp"
Dim MM_connDWDynamicServer_STRING
MM_connDWDynamicServer_STRING = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=E:\kunden\homepages\28\d153929211\db\nationaEx .mdb;"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.connectionstring = MM_connDWDynamicServer_STRING
Conn.Open %>
The path actually is supplied by the host, but its not working. Is there any error on the script?
2. If I would like to define the connection by going thru ( insert > application objects > recorset > define .....what should I type in at connection string text box to generate the code / script shown above (#`1) in the "connection.asp" page ?