Guest_imported
New member
- Jan 1, 1970
- 0
I am working on a VB application that links to 20+ Crystal Reports depending on user choices. My problem is that the database is dynamic, and this makes it difficult to test when developing new reports or working on the application, since data isn't consistent.
Each users machine has an ODBC connection to the database which Crystal accesses. Each report points to this database in multiple locations, and with so many reports, it is impossible to change them all to point to a static test database when I'm developing. I've tried changing the database name I connect to in the ODBC settings on my test machine (while leaving the ODBC name the same), but my reports come up empty.
Is there a way to change the database the reports are pulled from without editting the reports themselves everytime? I would think this would be possible through my local ODBC settings, but can't get it to work.
Each users machine has an ODBC connection to the database which Crystal accesses. Each report points to this database in multiple locations, and with so many reports, it is impossible to change them all to point to a static test database when I'm developing. I've tried changing the database name I connect to in the ODBC settings on my test machine (while leaving the ODBC name the same), but my reports come up empty.
Is there a way to change the database the reports are pulled from without editting the reports themselves everytime? I would think this would be possible through my local ODBC settings, but can't get it to work.