How does one catch/echo the insert results? I have a insertion statement that say that no errors occured but nothing is actually placed in the database.
How does one catch/echo the insert results? I have a insertion statement that say
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no output from an
INSERTstatement, other than the meta data about errors and warnings, retrievable with errorCode() and errorInfo().If you post your query and your table structure, it’s more likely that someone can be of help. It sounds like the problem is most likely with your query.