Problem with SQL Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dhaval3976
    New Member
    • Oct 2007
    • 1

    Problem with SQL Query

    i am try to update one colunm with this query

    UPDATE PRODDTA/F0411 SET RPPOST='D'
    WHERE RPICU=171214 AND RPDOC=6101000

    and its shown this error..

    Character conversion between CCSID 65535 and CCSID 13488 not valid.


    Why this is happning.
  • Peter55
    New Member
    • Oct 2007
    • 9

    #2
    Please clarify the data types for the following 3 columns:
    RPPOST, RPICU, and RPDOC

    Comment

    Working...