Прочитал все что есть по этому поводу.
Написал так:
<%
Set oConn2= server.CreateObject("ADODB.Connection")
oConn2.connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\111;Extended Properties=dBase IV;User ID=Admin;Password="
oConn2.Open
%>
|
Выдает ошибку:
Microsoft JET Database Engine error '80004005'
'C:\111' 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.
/news.asp, line 72
Кто знает в чем дело?