使用sql获取主键或唯一错误
我正在处理一个 ORACLE SQL 表,该表在两个字段上有一个主键。我想在使用 PHP 插入期间检索主键错误。
我将代码放在 try/catch 中,没有收到任何错误。
我对数据库没有太多的技能,但我知道我们在这里使用触发器。也许我可以在这里捕获错误?
谢谢你!
I am working on a ORACLE SQL table which have a primary key on two fields. I would like to retreive primary key error during an insertion with PHP.
I placed code in a try/catch and I don't get any errors.
I don't have a lot of skills with databases, but I know here we use triggers. Maybe I could catch here the error ?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 php.net 上的此链接
返回错误的函数是 oci_error ()
引用自 php.net
Check this link on php.net
The function that returns the error is oci_error()
to quote from php.net