如何将数据库中以二进制形式存储的图像与Ad-Rotator绑定?
我有一些图像以二进制形式存储在数据库中,我想将它们与 adrotator 绑定。 我知道如果我们将图像的 URL 存储在数据库中,那么我们可以轻松绑定它,,,但我不知道如何使用 adrotator 以二进制形式绑定图像。 这里有人请告诉我吗???
I have Some Images Stored in database in binary form and i want to bind them with adrotator.
i know that if we are storing the URL of the image in databse then we can easily bind it,,,but i dont know how to bind images in binary form with adrotator.
Anybody here please tell me???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 FileStream 查询轻松地从 Sql 服务器检索图像以写入字节数组。
检查此
编辑
示例
编辑2
查看答案
you can easily retrieve image from Sql server using query with FileStream to write to byte array.
Check this
EDIT
EXAMPLE
EDIT 2
go through the answer