J
JonOfAllTrades
Good afternoon. I've written several INSERT ... SET format queries for
my Access FE/MySQL BE, but Access will not let them through. It reports
"syntax error," even with the dbSQLPassThrough option.
I know my syntax is correct, because it works just fine at the console.
It even works through Access if I create a query, mark it as pass-through,
and run it. But that doesn't help me when I'm working programmatically?
Any ideas? I suppose the problem would be resolved if I stopped using
CurrentDB.Execute and created a Database object to represent MySQL, but I
didn't have any luck with that.
Thank you.
my Access FE/MySQL BE, but Access will not let them through. It reports
"syntax error," even with the dbSQLPassThrough option.
I know my syntax is correct, because it works just fine at the console.
It even works through Access if I create a query, mark it as pass-through,
and run it. But that doesn't help me when I'm working programmatically?
Any ideas? I suppose the problem would be resolved if I stopped using
CurrentDB.Execute and created a Database object to represent MySQL, but I
didn't have any luck with that.
Thank you.