Hello,
I am using Crystal 11 with SQL serve have created a ODBC based report, I am having problem in reading unknown data from a string field, my field length is 8 character long but when I pull that field in my report its says ‘Database connector Error, [ODBC Driver] character string too long (8184) [Database Vendor code 20152].
I checked in the SQL query analyzer and its shows blank in there but I don’t know what strange character causing the problem, I tried to create a formula on that field to validate that field in different ways i.e. isnull, <> ‘’, Left 7, but none of them works, I will appreciate if somebody will help to handle this field data.
I am using Crystal 11 with SQL serve have created a ODBC based report, I am having problem in reading unknown data from a string field, my field length is 8 character long but when I pull that field in my report its says ‘Database connector Error, [ODBC Driver] character string too long (8184) [Database Vendor code 20152].
I checked in the SQL query analyzer and its shows blank in there but I don’t know what strange character causing the problem, I tried to create a formula on that field to validate that field in different ways i.e. isnull, <> ‘’, Left 7, but none of them works, I will appreciate if somebody will help to handle this field data.