首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

asp.net中Update数据库时出错ORA-06550

2014-01-28 
语句类似:update T1 set name aaa where id 10 绝对没有错! Select 没有问题,请帮忙看看是什么问题。

语句类似:update T1 set name= 'aaa ' where id =10;
绝对没有错!
Select 没有问题,请帮忙看看是什么问题。

具体出错信息:
ORA-06550: line 1, column 81:\nPLS-00103: Encountered the symbol \ "(\ " when expecting one of the following:\n\n begin case declare end exception exit for goto if loop mod\n null pragma raise return select update while with\n <an identifier> <a double-quoted delimited-identifier> \n <a bind variable> < < close current delete fetch lock insert\n open rollback savepoint set sql execute commit forall merge\n <a single-quoted SQL string> pipe\n <an alternatively-quoted SQL string> \nThe symbol \ "case\ " was substituted for \ "(\ " to continue.\nORA-06550: line 1, column 107:\nPLS-00103: Encountered the symbol \ ";\ " when expecting one of the following:\n\n * & = - + < / > at in is mod remainder not rem when\n <an exponent (**)> <> or != or ~= > = <= <> and or like\n between overlaps || multiset member SUBMULTIS\n

------解决方法--------------------------------------------------------
应该不是这句SQL的问题

PLS-00103: Encountered the symbol \ "(\ "

问题出在有 \ 的地方
------解决方法--------------------------------------------------------
把代码贴出来吧

        

热点排行