In C I would like to tell if an insert failed and why. In particular if
it failed because of a duplicate value in a field marked unique.
Can this be done, how? If not, is their a work around besides querying
each unique field for a dup?
Thanks,
Jeremy