Retrieve Images from sql server database

后端 未结 4 1885
眼角桃花
眼角桃花 2020-12-04 03:24

i am storing images to the database. How to retrieve all the images from the database.

Eg: select images from imagetable

Problem:

Data Logic:

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 03:32

    For SQL Server 2008 onwards, FILESTREAM is almost certainly the way to go.

    Please see: SQL Server 2005 - How do I convert image data type to character format

提交回复
热议问题