For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic Crystal Reports > May 2005 > Crystal table could not be found









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Crystal table could not be found
Ahmed Hashish

2005-05-18, 4:03 pm

My application is using crystal report 10 , VB6 and Access database
In some complex reports I'm creating a temporary table and make the report
point to it using the following code:
For i = 1 To CrystalReport.Database.Tables.Count
Set DBTable = CrystalReport.Database.Tables(i)
DBTable.SetLogOnInfo TmpDatabasePath, TmpDatabasePath,
"Admin", ""
Next i

The problem is that the viewer sometimes (not all times) produce error
"Table 'Table Name' Could Not Be Found" or Error "Query Engine Error: 'DAO
Error Code: 0xbc3 Source DAO.Database Description: The Microsoft Jet
Database engine could not find the object ..."

I'm sure the table has been created


Ahmed


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com