Merhaba arkadaşlar.Elimdeki scriptin yönetim paneline erişmeye çalıştığımda tarayıcıda bu hatayı alıyorum.

Microsoft JET Database Engine error '80004005'

'C:\Inetpub\vhosts\nisanyazilim.com\httpdocs\kayma k\ecoms\ecoms_datum\yes_datum.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.

/kaymak/ecoms/ecoms_conn/connector.asp, line 4

Line4 İçeriği şu şekilde:

<%
Dim Conn
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0 ; Data Source="&Server.MapPath("ecoms_datum/yes_datum.mdb")&""

Dim Connx
Set Connx= Server.CreateObject("ADODB.Connection")
Connx.Open "Provider=Microsoft.Jet.OLEDB.4.0 ; Data Source="&Server.MapPath("ecoms_datum/yes_istatix.mdb")&""
%>

Yardımcı olursanız çok sevinirim.