Microsoft JET Database Engine error '80004005'
Could not use ''; file already in use.
/isarayanlarbaglanti.asp, line 5
isarayanlarbaglanti.asp içindeki kodlar:
<%
Yol=Server.Mappath("data.mdb")
Set baglanti=Server.Createobject("Adodb.Connection")
oku="Provider=microsoft.jet.oledb.4.0; data source=" & Yol
baglanti.open (oku)
%>