摘要:ORACLE 的存储过程里面 select aaa into var1 from tablea 如果记录为空,会出错.怎么解决?网上有很多解决方案,但我觉得比较可行的还是:begin -----exception when no_data_found then -----end;
阅读全文
posted @ 2007-03-29 10:05
|
||
03 2007 档案
摘要:ORACLE 的存储过程里面 select aaa into var1 from tablea 如果记录为空,会出错.怎么解决?网上有很多解决方案,但我觉得比较可行的还是:begin -----exception when no_data_found then -----end;
阅读全文
posted @ 2007-03-29 10:05
摘要:为了这个问题,我差点要重装系统,好在还是找到了解决方法:Error:Failed to generate a user instance of sql server due to failure in starting the process for the user instance.The connection will be closed.解决方法:将"c:\Documents and Se...
阅读全文
posted @ 2007-03-01 20:03
|
||