I'm trying to load an SQL recordset into Crystal Report 8.0 using an OLEDB connection, but the numeric fields doesn't show in the result. Only the characters field appears. What do I have to do to correct this problem?????
Make sure you have no nulls in your recordset. The OLEDB can be very picky about nulls and may read the whole column as invalid. Also, make sure there are no stray characters or spaces. Then, verify the database. It's been a while since I worked with this, but I did hammer out the bugs, let me know if this doesn't work.
Also make sure that the report and the recordset use the fields in the same order. If the report fields are in a different order than the recordset you will get flaky results. Ken Hamady
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.