在SQL Server中插入mdi文件

时间:2015-04-04 10:34:18

标签: sql-server vb.net sql-server-2008

我正在尝试在SQL Server 2008表中插入mdi文件。

你知道我该怎么办?

我的表格具有以下结构

Create table employées 
(
     Id_employee int,
     Mdi_employee image
)

1 个答案:

答案 0 :(得分:0)

将MDI文件转换为字节格式,然后使用普通查询插入该图像。

更多信息:C# Resize jpg image, convert to byte and save into database using varbinary