Re: Difference in SQL Syntax between Access and MySQL (from VB6 project using ADO)
KwikOne wrote:[color=blue]
> Actually the problem is the field name 'Set' since that is a Reserved
> word. In MySQL you would need to ensure the field name was enclosed in
> back-ticks such as `Set`.[/color]
Backticks! Now that is _ugly_. Brackets, parenthesis, braces, quotes,
double-quotes - fine. Confusing maybe, but fine. Who the hell came up with
the MySQL idea. I'm glad I've never had to work with it, if that is an
example of its syntax.
--
Regards,
Michael Cole
KwikOne wrote:[color=blue]
> Actually the problem is the field name 'Set' since that is a Reserved
> word. In MySQL you would need to ensure the field name was enclosed in
> back-ticks such as `Set`.[/color]
Backticks! Now that is _ugly_. Brackets, parenthesis, braces, quotes,
double-quotes - fine. Confusing maybe, but fine. Who the hell came up with
the MySQL idea. I'm glad I've never had to work with it, if that is an
example of its syntax.
--
Regards,
Michael Cole
Comment