【发布时间】:2009-02-18 18:26:08
【问题描述】:
我已经编写了一些使用 Access DB 的代码,在我的 localhost 上,以下内容 - 选择、插入和删除查询工作得很好,并且按照我对它们的编程去做。当我将应用程序移动到登台服务器时,应用程序在插入和删除时会引发错误,但是 select 语句工作得很好。据我所知,我已确保所有权限都是读/写的,有人知道我缺少什么。请参阅下面的错误。
~~~~~
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Could not delete from
specified tables.
Source Error:
Line 714: OleDbDataReader objReader;
Line 715: objConn.Open();
Line 716: objReader = objCmd.ExecuteReader();
【问题讨论】:
-
我们需要查看更多您的代码。
标签: asp.net database ms-access