B
Brian Kudera
I'm wondering if anyone has some code that they have come across that takes
an MS Access query and converts it to a passthrough query automatically.
Ideally it would replace the underscores in the schema/table names in the
FROM clause and add an alias and replace the table names in the
SELECT/WHERE/GROUP BY/HAVING/ORDER BY clauses with the aliases.
It would also convert IIF statements to CASE statements, delete the # around
the dates, etc.
Thanks
an MS Access query and converts it to a passthrough query automatically.
Ideally it would replace the underscores in the schema/table names in the
FROM clause and add an alias and replace the table names in the
SELECT/WHERE/GROUP BY/HAVING/ORDER BY clauses with the aliases.
It would also convert IIF statements to CASE statements, delete the # around
the dates, etc.
Thanks