Because of the complex nature of the data I had to combine several queries in MSAccess to get one result query that has everything that I need. I am using this query in combination with some tables from SQL Server. When I first ran this report a month ago it worked fine. Now when I try to refresh it with new data I am getting an ODBC error. Error Detected by Database DLL. I thought it was possible to use 2 different database drivers in one report. It worked once, but now it doesn't. I even tried closing everything and opening a report with the same type of join that worked before and it gets the same error.
I tried removing the Access database QUERY and adding it back; now I am seeing this error:
Database Warning - More than one database driver has been used in this report. If you want to change the database drivers use Database/Set Location. Also, please make sure that no SQL Expression is added and no server-side group by is performed.
Any assistance would be appreciated.
If I cannot get past this my only recourse is to build each one of these views direcly in SQL Server in order to use the same database driver. There are mulitiple views that make up the one view that I need for this report.
I tried removing the Access database QUERY and adding it back; now I am seeing this error:
Database Warning - More than one database driver has been used in this report. If you want to change the database drivers use Database/Set Location. Also, please make sure that no SQL Expression is added and no server-side group by is performed.
Any assistance would be appreciated.
If I cannot get past this my only recourse is to build each one of these views direcly in SQL Server in order to use the same database driver. There are mulitiple views that make up the one view that I need for this report.