I have several reports built with CR 8.5 connecting to a MySQL database ver. 4.0.1 using MyODBC (2.5 or 3.51 same result).
These reports worked prior to me reinstalling myODBC on my pc.
Since I have reinstalled, I have setup exact same MyODBC DSN as the report used previously.
Now when I try to open the reports, I retrieve no records. In troubleshooting I found that I could "browse" data for each field, and it did present the right data, but just would not retrieve any of these fields in the report itself.
This lead me to look at the SQL query that the report had built. Herein lies the problem I think. After each table name, CR has inserted a "1". Same as if I had assigned an alias to the tables. (but I didn't of course).
I double checked for multiple Open ODBC connections that might necessitate an alias from CR, but nothing there.
I can't change it. I have tried adding an alias for each table, then deleting it. It simply appends my alias to the one it initiated. I have edited the query directly, but it reverts back.
This is happening to about 8 reports in total (all of them).
Is there anyone that knows the answer?
Thanks in advance, I'm really stuck on this one.
Jimmie
These reports worked prior to me reinstalling myODBC on my pc.
Since I have reinstalled, I have setup exact same MyODBC DSN as the report used previously.
Now when I try to open the reports, I retrieve no records. In troubleshooting I found that I could "browse" data for each field, and it did present the right data, but just would not retrieve any of these fields in the report itself.
This lead me to look at the SQL query that the report had built. Herein lies the problem I think. After each table name, CR has inserted a "1". Same as if I had assigned an alias to the tables. (but I didn't of course).
I double checked for multiple Open ODBC connections that might necessitate an alias from CR, but nothing there.
I can't change it. I have tried adding an alias for each table, then deleting it. It simply appends my alias to the one it initiated. I have edited the query directly, but it reverts back.
This is happening to about 8 reports in total (all of them).
Is there anyone that knows the answer?
Thanks in advance, I'm really stuck on this one.
Jimmie