Wrox Programmer Forums
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 21st, 2005, 06:13 PM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Query Engine Error

We have created a report using Crystal Reports 10. Then we are publishing to Crystal Enterprise Professional 10. When users access this particular report they receive a query engine error. This error seems to show up randomly (shows while picking values, moving to next page, or while executing). Does anyone know what the cause of this error is? Help would be greatly appreciated. This error seems to only show up on this one particular report out 14 reports that we have out there.



 
Old May 11th, 2005, 11:50 PM
Registered User
 
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hey, i used
report.SetDataSource(ds.Tables[0]);
and my program ran which was earlier giving "Query engine error"
as i was writing
report.SetDataSource(ds);

I****a

i****a
 
Old May 11th, 2005, 11:50 PM
Registered User
 
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default



i****a
 
Old May 11th, 2005, 11:52 PM
Registered User
 
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

 hey, i used
report.SetDataSource(ds.Tables[0]);
and my program ran which was earlier giving "Query engine error"
as i was writing
report.SetDataSource(ds);

Ishi


i****a
 
Old December 6th, 2005, 07:46 PM
Registered User
 
Join Date: Dec 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi, there,
I've got the similar problem. Have you solved it yet?

Cheers,
yaduo

 
Old December 8th, 2005, 08:56 PM
Registered User
 
Join Date: Dec 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

problem solved, the second solution in the following link.
http://aspadvice.com/blogs/rjdudley/...5/13/2589.aspx

my code originally use adapter.fill(dataset);
when I change it to adapter.fill(dataset, "tablename");

I thought it is rediculus to add a tablename since the adapter has setted a select command on a specified table, but, it turns out the crystal report do need this rediculus confirmation.

Good luck to all of you who found this thread.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Query Engine Error .... verdun Crystal Reports 6 February 7th, 2005 03:42 AM
Query Engine Error khanhpnd .NET Web Services 2 October 6th, 2004 05:29 AM
Query Engine Error Fallout Crystal Reports 2 September 30th, 2004 01:13 AM
query engine error shanzhu Crystal Reports 1 September 30th, 2004 01:13 AM
Query Engine Error AniFu .NET Web Services 0 June 18th, 2004 02:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.