1
Hello,
I wonder if in mysql, in his own dictionary (Mysql) I can debug the query that returns with an error of a particular application?
1
Hello,
I wonder if in mysql, in his own dictionary (Mysql) I can debug the query that returns with an error of a particular application?
Browser other questions tagged mysql vba debug
You are not signed in. Login or sign up in order to post.
Are you using PHP? Please explain your question better.
– Rodrigo Coelho
No, VBA and I need to see if some errors that return is in the database or in the application (which is almost certain to be the application) but I need specific information to prove.
– Rodrigo Mota Sousa
have you searched the mysql error log? http://ftp.nchu.edu.tw/MySQL/doc/refman/4.1/pt/error-log.html
– Israel Zebulon
It would not be basically what you have asked in http://answall.com/questions/37778/howto capture a-query-no-mysql-de-adetermined?
– bfavaretto
It turned out to look like this, but actually I don’t know mysql handles queries with errors together with all queries. I’m going to go to a parsed mysql documentation if I find that can help in this log issue. Thanks for the help.
– Rodrigo Mota Sousa
Rodrigo, wouldn’t it be better to add an error handling to the code?
– utluiz
I’ll do it! Thank you.
– Rodrigo Mota Sousa