I developed some reports using a CR8.0/SQL Server 7.0 platform for viewing in a VB 6 project. The reports work fine on the development machine, but the client is using SQL Server 6.5
When a user clicks the menu option (or button) to view a report, nothing happens; no error, but no report either. I have tested it myself on another machine sporting SQL Server 6.5, and the same problem occurs. I am using ODBC to access the DB, and it work fine for all other aspects of the VB application. Anyone have any ideas? My only guess is that the reports may need to be tied to SQL Server 6.5 DB before being sent to the client. Any ideas would be great.
Thanks.
When a user clicks the menu option (or button) to view a report, nothing happens; no error, but no report either. I have tested it myself on another machine sporting SQL Server 6.5, and the same problem occurs. I am using ODBC to access the DB, and it work fine for all other aspects of the VB application. Anyone have any ideas? My only guess is that the reports may need to be tied to SQL Server 6.5 DB before being sent to the client. Any ideas would be great.
Thanks.