Insert image into database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mathewgk80
    New Member
    • Sep 2007
    • 103

    #1

    Insert image into database

    Hi all,

    I would like to know how to insert an image into database...

    I am using sqlserver,c#.ne t and asp.net.

    Please help me..

    Thanks and regards,

    Mathew.
  • DaveRook
    New Member
    • Jul 2007
    • 147

    #2
    I don't know if this is what you mean, but you can just insert HTML into the database, so you can enter the <img src> into a column.

    eg, in a column, type <img src ="location/name.extension" />

    I don't know if that helps?

    Dave

    Comment

    Working...