插入可以在没有错误的情况下执行,但不能插入任何内容吗?我正在使用sql server 2008,不知道是否可以只检查@@error
,或者是否缺少什么。对于更新,我检查@@error
和@rowcount
。插入@@rowcount=0
对我来说似乎很奇怪。
edit
@Gregory I basically wondering how I should error check an insert statement. Are there any strange boundary cases where an insert execute and @@error
is 0?