Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Insert images into a sql table.

    Old Hand was right. I successed to bulk image to table's field with "text" datatype using this shape of code:

    UPDATE table_name

    SET fild_name = (

    SELECT a.*

    FROM OPENROWSET(BULK 'c:\avatar.JPG', SINGLE_CLOB) AS...

Viewing post 1 (of 1 total)