update a Image Column

  • I have a Image data type column.

    I have some binary data in it (52440 bytes).

    I have to update some 100 bytes more.

    (52440 +100) bytes total.

    How can i update this particular column from the Java ResultSet.

    (like using the Query Select ***** for Update in Oracle.)

    Plz let me know if any other methods can be used.

    ASAP.

    Regards,

    All the Best,


    Regards,
    All the Best,

  • You can use UPDATETEXT to add 100 more bytes or WRITETEXT to replace totally with new data.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply