I am in the process of upgrading our Visual Databae from SQL Base 9 to SQL Server. We have a test conversion of our database up and running, and have found that any of the QRP extended queries in our system using joins no longer work. They return and error like:
Incorrect syntax near ','.
Most of these queries used Inner Joins, and I was able to rewrite these using new syntax and WHERE conditionals, but I have two queries that use Outer Joins that I can not figure out how to write for our new database. I tried the *= suggested in another discussion thread, but that returned the following error:
The query uses non-ANSI outer join operators ("*=" or "=*").
I appreciate any help.