Re: MYSQL ERRORS ON SPECIFIC COMPUTERS
You're connecting to a mysql server via Connector/ODBC as root? Really? Send a "show grants" query to see connection orivs.
I don't understand why you'd expect a query generated by adodb would be more efficient than one sent in plain text.
If it's me, I want as few intermediate variables as possible, I send all such queries as text that I write or generate and pre-test.
And of course, every query call needs to be bracketed by error-trapping code so no error and warning messages are missed.
Subject
Written By
Posted
Re: MYSQL ERRORS ON SPECIFIC COMPUTERS
October 07, 2021 08:59AM
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.