Qualcuno può aiutarmi a far funzionare la stringa di connessione??
mi da questo errore:
Microsoft JET Database Engine error '80004005'
'c:\windows\system32\inetsrv\(\mdb-database\database.mdb)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
la mia stringa è questa:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_sartiniDB_STRING, MM_site_Name
MM_site_Name = request.serverVariables("SERVER_NAME")
if lCase(MM_site_Name) = "localhost" then
MM_sartiniDB_STRING = "dsn=sartiniDB;"
else
MM_sartiniDB_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=(/mdb-database/database.mdb)"
end if
%>

Rispondi quotando