The error message: ODBC error: [Microsoft][ODBC SQL Driver] Invalid character value for cast specification.
I am using crystal report 8.5, SQL server 2000.
The datasource for the report is a stored procedure.
I tried several experiments to work around this problem:
1) I removed all the cast statements from the stored procedure and used convert instead. Same message
2) I ran the stored procedure in query analyzer and it worked without any error
3) I examined the data and found no problems to account for this message.
I am using crystal report 8.5, SQL server 2000.
The datasource for the report is a stored procedure.
I tried several experiments to work around this problem:
1) I removed all the cast statements from the stored procedure and used convert instead. Same message
2) I ran the stored procedure in query analyzer and it worked without any error
3) I examined the data and found no problems to account for this message.