MySQL Forums
Forum List  »  General

Re: Trap mySQL error code vs test query ?
Posted by: Arthur Chan
Date: November 01, 2018 07:24PM

Yes, I am heading down that path. User enter parameters in JAVA, then execute multiple SQL queries in PHP, the 1st of which is to check for dup (its a foreign key constraint). If no dups, then insert.

Incidentally, I find coding in Android a bit easier because of the char-encoding problems I had earlier and I am still having some trouble when I try to insert INT or FLOAT (I type cast the uploaded params in PHP)...

Thanks for the feedback :)

Options: ReplyQuote


Subject
Written By
Posted
Re: Trap mySQL error code vs test query ?
November 01, 2018 07:24PM


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.