I have a Crystal Reports(8.5) report which uses a Postgresql(7.1) DB. I have a large field lngvarchar in my Postgresql db which is being cut to 254 chars in Crystal(string fld).
I was wondering if anyone has any ideas how I could get the other info??
Traditionally, varchar columns in other DBMS's were restricted to 255 characters, so I suppose Crystal Reports arbitrarily makes that assumption with that type. Perhaps if you convert the field to type "text" it will work fine.
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.