Customer Portal

Getting Incompatible Clover & JDBC field types

Comments 2

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Check the Clover metdata used in DBInputTable - are they in the same order as you have them in the SQL query - RM_ID, RM_COMMS_DATE, RM_RAW_DATA with the respective data types ?

    The error message suggests that Clover tries to populate data field RM_COMMS_DATE (defined as date) but the database returns the value from query as NUMERIC.
  • Avatar
    anthonyinoz
    0
    Comment actions Permalink

    Check the Clover metdata used in DBInputTable - are they in the same order as you have them in the SQL query - RM_ID, RM_COMMS_DATE, RM_RAW_DATA with the respective data types ?

    The error message suggests that Clover tries to populate data field RM_COMMS_DATE (defined as date) but the database returns the value from query as NUMERIC.

    "dpavlis"



    YES!
    The order was wrong for a couple of fields.

    All working now.

    THANK YOU
    Tony

Please sign in to leave a comment.