Community

MySQL Proxy Recipes – Returning a non dataset result

(Giuseppe Maxia) Working with MySQL Proxy, besides returning a dataset and an error you could also return a status of successfully executed query, without a dataset being involved. For example, every data modification query (INSERT, UPDATE, DELETE, CREATE …, DROP …) returns such a result.

Read More - Register for Free Membership