我需要在我的应用程序中识别表是否不存在,或者是否没有要采取适当操作的行。我可以分别捕获这两个错误吗?
>>>cursor.execute("delete from TABLE")
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
dbi.internal-error: [IBM][CLI Driver][DB2] SQL0100W No row was found for FETCH, UPDATE
我已经看了这么多关于这个的Stackoverflow问题,似乎没有一个能解决我的问题。我只想有一个管理文件夹和其中的控制器。这是我的路线到目前为止的样子
/*
* Set the routes. Each route must have a minimum of a name, a URI and a set of
* defaults for the URI.
*/
Route::set( 'default', '(<controller>(/<action>(/<id>)))' )
->defaults( ar