Change the incoming SQL statements.
onemsiz bisiy <[email protected]> Tue, 10 Nov 2015 09:17:36 +0000 (UTC)
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_2552926_425597504.1447147056707 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I have a program that uses MSSQL via ODBC. I moved MSSQL DB to MySQL DB and= i changed the name of the new ODBC (MySQL).=C2=A0 But the program sends SQL statements like 'select column1, column2, alias1 = =3D column3 from table1' and as you know=C2=A0MySQL gives error. I can't debug the program so i have to change 'alias1 =3D column3' to 'colu= mn3 as alias1' at incoming SQL statements on ODBC. I have mysql odbc driver source code. My question is how can i do that. Thank you. ------=_Part_2552926_425597504.1447147056707--