专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Oracle Exception

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

发布时间:2010-05-20 14:01:29 文章来源:www.iduyao.cn 采编人员:星星草

语句类似: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:nn begin case declare end exception exit for goto if loop modn null pragma raise return select update while withn <an identifier> <a double-quoted delimited-identifier> n <a bind variable> < < close current delete fetch lock insertn open rollback savepoint set sql execute commit forall mergen <a single-quoted SQL string> pipen <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:nn * & = - + < / > at in is mod remainder not rem whenn <an exponent (**)> <> or != or ~= > = <= <> and or liken between overlaps || multiset member SUBMULTISn

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

PLS-00103: Encountered the symbol "( "

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

    
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: