leewisener
Technical User
I am just trying out a conversion from access to mysql and hit only 1 snag, which is pleasing.
When I try to run some queries that contain the following code:
In (select[name]from[collector])
It returns an error:
ODBC failed: you have an error in your syntax.
the query is basically asking for a return of data but also to look in the collector table and use the name it finds there to return records = to that name.
Has anyone got any ideas as to how to get around this.
Thanks
When I try to run some queries that contain the following code:
In (select[name]from[collector])
It returns an error:
ODBC failed: you have an error in your syntax.
the query is basically asking for a return of data but also to look in the collector table and use the name it finds there to return records = to that name.
Has anyone got any ideas as to how to get around this.
Thanks