How to display image from sql server in ms access

前端 未结 3 1866
一向
一向 2021-01-16 17:13

I have an MS sql server database. There is a table with one of the column of the \"image\" type. Now, the customer wants to read the data from an MS access. He wants to disp

3条回答
  •  醉酒成梦
    2021-01-16 17:39

    I think you can do this by using streams. Stream the image from the field to an unbound image control. We use the same process for opening documents and other binary data stored in an SQL Server database.


    On the other hand, Access had an Image control that can be linked to a field in a table. That should be a lot easier to user!

提交回复
热议问题