Mysql connector c++ 8.0. How to do INSERT IGNORE?
I want to do the equivalent of INSERT IGNORE to a table with a UNIQUE constraint. I can't find a way to do this with the C++ connector, so I've fallen back to capturing the Error and checking to see whether its string begins "CDK Error: Duplicate ". Is there a better way?
Subject
Views
Written By
Posted
Mysql connector c++ 8.0. How to do INSERT IGNORE?
667
August 11, 2020 05:09PM
428
August 14, 2020 11:08AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.