注册 登录
编程论坛 ASP技术论坛

Could not find installable ISAM.

Kettyjin1983 发布于 2008-03-31 16:20, 1714 次点击
Could not find installable ISAM.
数据库连接是这样的,
<%
Set DB=Server.CreateObject("ADODB.Connection")
constr="Provider=microsoft.jet.oledb.4.0;date source=" & server.mappath("../db/aspedit.mdb")
db.open constr
%>
1 回复
#2
madpbpl2008-03-31 18:30
检查iis父路径,还有权限试试
1