Results 1 to 3 of 3

Thread: How to insert a value in Image column of a table ?

  1. #1
    wincy Guest

    How to insert a value in Image column of a table ?

    Dear all,

    In SQL server 6.5/7.0

    I have bitmap file called pic123.bmp. it is available in cic123.bmp.

    I have a table called pictb -- columns picid int, picval image.

    How i insert the cic123.bmp file into picval column of pictb table.

    Image columns only takes value of varbinary.....


    How can i do that....? Please give your suggestions.....

    Wincy




  2. #2
    Join Date
    Feb 2010
    Posts
    1
    hi Wincy,

    I got the same problem. I will appreciate if you help me with solution if you got from any one

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •