Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session("oRpt").ReadRecords Error

Status
Not open for further replies.

ckwizard77

Programmer
Jan 8, 2003
29
US
I can not figure out for the life of me why this would be blowing up here. Any suggestions would be appreciated.
session("oRpt").ReadRecords

Calling a Stored Procedure....
Here is the Error:
Error Number -> -2147189180
Error Source -> Crystal Reports ActiveX Designer
Error Description -> The table '' could not be found.

Also: Is there a way to test and walk through this?
Like viewing the session("ORpt") properties??

Thank you
 
To me the error would point to Data Connectivity - you can access the db but the table the stored proc refers to cannot be found. Have a look at the stored proc and the way the ODBC driver interprets the db.table.field syntax.

I hope this helps you.

Cheers
paulmarr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top