Closed GoogleCodeExporter closed 9 years ago
I pass the query directly to the ODBC driver. Apparently the MySQL driver
doesn't support passing the table name as a parameter. (I don't know of any
drivers that do.)
You'll have to manually build the SQL to change the table. I would still use
question marks for actual parameters, though -- it avoids SQL injection attacks.
Original comment by mkleehammer
on 20 Aug 2010 at 7:53
Original comment by mkleehammer
on 21 Nov 2010 at 4:43
Original issue reported on code.google.com by
sectyst...@gmail.com
on 6 Jun 2010 at 7:07