Guest_imported
New member
- Jan 1, 1970
- 0
I have a report which builds its recordset from a SQL Server 7.0 stored procedure. It runs great in Crystal 8. The stored proc runs great through Query Analyzer under userid and password it uses to connect on the web. When I run it on the web, and display userid, password and connectivity, it looks good.(Connectivity = True), userid is in db_owner group. However in MoreRequiredSteps.asp, it bombs with the generic 'Error Detected by Database DLL'. All reports using tables which point to this DB run great. All stored procs get this error. Also, I am not including the DB name on the stored proc names or table names. Help!!!!