-
1
- #1
Here is the situation:
Using VB 6 and SQL Server 7
This DataReport program issues error "Failed getting RowSet from current data source." But we only get this error when we run the app on a certain PC. When the same user logs onto another PC, he is able to run this app with no problems.
** Interestingly, this app also displays data (from the same table as the DataReport uses) via a DataGrid..... this ALWAYS works properly, for all users, all PCs.
So.... just what would cause the "Failed getting RowSet from current data source" error only on the DataReport and only on certain PCs? **
Thanks for any help. Regards, John
Using VB 6 and SQL Server 7
This DataReport program issues error "Failed getting RowSet from current data source." But we only get this error when we run the app on a certain PC. When the same user logs onto another PC, he is able to run this app with no problems.
** Interestingly, this app also displays data (from the same table as the DataReport uses) via a DataGrid..... this ALWAYS works properly, for all users, all PCs.
So.... just what would cause the "Failed getting RowSet from current data source" error only on the DataReport and only on certain PCs? **
Thanks for any help. Regards, John