Page 1 of 1

Character value Error

Posted: Tue Nov 23, 2004 11:46 pm
by badri
Hi,

I am getting an error "Invalid character value for cast specification" .

Can anyone tell me what would be the exact problem?


Thanks
:)

Posted: Wed Nov 24, 2004 12:21 am
by rasi
Hi

Post more details to let us know where you get this problem.

Cheers

Posted: Wed Nov 24, 2004 1:12 am
by ray.wurlod
"cast" means an attempt to change a data type.

Somewhere in your design, either explicitly or implicitly, you are trying to perform a data type conversion but the source data are not amenable, for example trying to load "FR" into an integer column.