Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 sybase 作为后端。vb6 作为前端,ado 作为数据模型。在 sybase 中,我有一个插入触发器(当对表进行插入时触发器将触发)。我正在使用 ADO 在 VB6 中调用存储过程/触发器。我想以 vb6 形式显示一些自定义错误消息(用 sybase sp/trigger 编写)。如何实现这一点。
尝试这个:
RAISERROR error-number [ format-string ] [, arg-list] RAISERROR 99999 'Invalid entry for this column: %1!', @val