Re: Problem with database updation field -
05-26-2006
, 02:26 PM
Vignesh,
How do you update this value? Through CLP? Script? or a program? If it
works when you issue the same update statement in the CLP, then problem
might be in your script or your program.
FYI: When I use below stmt in CLP,
update temp_table set first_Col = x'01020300010203' where second_col =
'1'
It went through fine.
Regards,
Mehmet Baserdem |