0 Replies Latest reply on Sep 27, 2002 1:13 AM by jsjsjothi

    How to append the Binary data's in SQL2000

    jsjsjothi

      I want to Append the binary data's in Image data type column in SQL2000 server.
      Like i have inserted a record with some binary data's, then within the sane block i want to
      append some more binary data's.

      1.How to append the data's ? Like what is available in the Blob putBytes().

      2.How to look for a byte pattern in the Image Data type ?
      Like what is available in the Blob position();

      Solution ASAP