MySQL Forums
Forum List  »  Connector/ODBC

Filtering / modify incoming SQL instruction ?
Posted by: Bob Gratton
Date: January 21, 2019 04:24PM

Hello, I would like to know if there is a way of filtering / altering the incoming SQL command from the ODBC connector ?

I have a third-party software (on which I don't have any control) that send a request like that :

UPDATE `dbname`.res_partner SET email='info5@yourcompany.ca' WHERE id=1;


I would like to remove the incoming "dbname" part... I cannot find how to do this in the ODBC config parms.

Thanks !

Options: ReplyQuote




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.