由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - [转载] ASP问题: Operation must use an updateable query
相关主题
[Help]怎么改Access数据库所在的文件夹权限?ASP + Oracle
Help: "Operation Must Be Updatable Query"[转载] Re: 如何调试这个ASP程序?
谢谢skeptic,高低价,amnesia 三位大侠请问ASP如何DSN-less连接Oracle数据库
问个SQL的问题how to link to remote access database?
Set autocommit offhow to get the result in the middle of resultset?
[转载] question about SQL in Access大俠 问个关于asp连SQL server的问题
[转载] Can anyone interpret this simple SQL?[转载] MS SQL Server有没有一个C API?
query estimation shows cost 900%?大家关于用VC透过ODBC来操作SQL数据库是什么看法?
相关话题的讨论汇总
话题: updateable话题: operation话题: asp话题: microsoft话题: query
进入Database版参与讨论
1 (共1页)
h*****l
发帖数: 184
1
【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
发信人: hanibal (汉尼拔), 信区: BuildingWeb
标 题: ASP问题: Operation must use an updateable query
发信站: The unknown SPACE (Fri Jun 8 23:04:03 2001) WWW-POST
我用ASP处理ACCESS数据库。
但运行INSERT时,出来错:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use
an updateable query.
百思不得其解, 请帮我看看, 错误出在SQLInsert那句上:
Set corConn = Server.CreateObject("ADODB.Connection")
dbpath = Server.mappath("fpdb\mbaalumni.mdb")
corConn.ope
g******p
发帖数: 18
2

This is why. You have to open the database in an editable
mode, the default is for read-only.
http://learnasp.com/learn/FAQdbUpdate.asp

【在 h*****l 的大作中提到】
: 【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
: 发信人: hanibal (汉尼拔), 信区: BuildingWeb
: 标 题: ASP问题: Operation must use an updateable query
: 发信站: The unknown SPACE (Fri Jun 8 23:04:03 2001) WWW-POST
: 我用ASP处理ACCESS数据库。
: 但运行INSERT时,出来错:
: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
: [Microsoft][ODBC Microsoft Access Driver] Operation must use
: an updateable query.
: 百思不得其解, 请帮我看看, 错误出在SQLInsert那句上:

1 (共1页)
进入Database版参与讨论
相关主题
大家关于用VC透过ODBC来操作SQL数据库是什么看法?Set autocommit off
有没有可能将在Access里做好的东西导入到Oracle里去[转载] question about SQL in Access
为啥不能delete Excel记录???[转载] Can anyone interpret this simple SQL?
SQL server to ODBC export questionquery estimation shows cost 900%?
[Help]怎么改Access数据库所在的文件夹权限?ASP + Oracle
Help: "Operation Must Be Updatable Query"[转载] Re: 如何调试这个ASP程序?
谢谢skeptic,高低价,amnesia 三位大侠请问ASP如何DSN-less连接Oracle数据库
问个SQL的问题how to link to remote access database?
相关话题的讨论汇总
话题: updateable话题: operation话题: asp话题: microsoft话题: query