Fiziksel yol kullanmaya ne dersin?
<%
Yol=("C:\inetpub\wwwroot\xxxx.mdb")
set bagi= server.CreateObject("ADODB.Connection")
with bagi
.Mode =adModeReadWrite
.ConnectionString = "provider=microsoft.Jet.oledb.4.0;data source=" &Yol
.ConnectionTimeout =60
.Open
end with
%>Bir de önerim: Bunlarla uğraşmak yerine MySQL, MSSQL öğrenmeye bak, eninde sonunda öğreneceksin ne de olsa.