views:

17

answers:

0

I have an old app that I need to get functioning. Right now it uses some invalid SQL. It connects to the db using ODBC. I would just like to shim the ODBC so I could watch for the invalid SQL and replace it with some valid commands.

Any ideas?

MySQL proxy would fit the bill if it would fly over ODBC.

http://dev.mysql.com/downloads/mysql-proxy/