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!

Typed dataset for crystal report

Status
Not open for further replies.

Norviking

Programmer
Nov 2, 2002
33
NO

Hi..

I have populated a typed dataset. The dataset includes 5 columns.I'm trying to use this datset in my report.

If I choose to display coloumn 1 and 2, No Problem, but when I tried to display the 3 or 4 or 5, I'm getting a Query Engine Error. Does anyone know what the problem might be??

Col 1 = int
Col 2 = float
Col 3 = float
Col 4 = float
Col 5 = float

 
Perhaps you can share the version information (Crystal and database and connectivity used) and the actual error?

Text descriptions are helpful, if only to allow you to vent, but they generally descriptibe technical information supplied.

I'd suspect that you're using the wrong ODBC driver, you should be using the CR supplied ones whenever applicable.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top