- Original Message -
From: "Scott Haneda"
> on 5/4/05 7:22 PM, Paul DuBois at [EMAIL PROTECTED] wrote:
> > Error strings do change format sometimes.
> > And they won't necessarily be in English. :-)
>
> I had a feeling, what is the general method most use to deal with the
above
> scenario?
on 5/4/05 7:22 PM, Paul DuBois at [EMAIL PROTECTED] wrote:
> At 19:09 -0700 5/4/05, Scott Haneda wrote:
>> I have a unique key on username and email address in mysql. In my
>> application logic, I want to test for that response on failed insert. Error
>> number 1062 tells me there is a duplicate
At 19:09 -0700 5/4/05, Scott Haneda wrote:
I have a unique key on username and email address in mysql. In my
application logic, I want to test for that response on failed insert. Error
number 1062 tells me there is a duplicate key, but no way to tell what key
that is.
The error string returned is
I have a unique key on username and email address in mysql. In my
application logic, I want to test for that response on failed insert. Error
number 1062 tells me there is a duplicate key, but no way to tell what key
that is.
The error string returned is more telling, but seems less than ideal t