unsupported feature with RETURNING clause
adoRecset.Open "USER_LOGIN_LOG", adoConnect, adUseClient, adLockOptimistic, adCmdTable
adoRecset.AddNew
adoRecset!USER_ID = strUserID
adoRecset!IP = GetLocalIP
adoRecset!LOGIN_DATE_TIME = Now
adoRecset!SYSTEM_TYPE = "G"
adoRecset.Update
执行update的时候报ORA-22816: unsupported feature with RETURNING clause
这是什么原因造成的
问题点数:0、回复次数:1Top
1 楼Ice_Wolf(极地雪狼)回复于 2003-06-04 13:03:45 得分 0
我是用ado连接oracle数据库,provider为“OraOLEDB.Oracle.1”Top
相关问题
- [Microsoft][SQLServer 2000 Driver for JDBC]Unsupported method: ResultSet.last急急!!在线等
- dreamweave连接MYSQL数据库有问题“unsupported character encoding 'GBK'"
- 代理日志这样写:ERROR: Unsupported trigger and search in the background or embedded agent
- 谁遇到过这个问题.Unsupported method: ResultSet.first
- ORACLE:Unsupported syntax for refreshRow() 是什么原因?紧急!!
- ADO添加记录出错,syntax error in clause 实时错误80040e14
- 各位大虾,finally clause cannot complete normally 是什么错阿?
- proprietary license是什么意思?a strong copyleft clause 是什么意思?
- 搞定这个问题肯定是高手,我打开一个对话框时,跳出消息:an unsupported operation was attempted
- 请教一下这个错误是什么意思啊?:Unsupported operand types in ../../inc/cart.inc on line 85



