可以参考
http://dotnet.aspx.cc/file/Removing-OLE-Header-from-images-stored-in-MS-Access-DB-as-OLE-Object.aspx
非常感谢您的回复!
您能告诉我,用什么语句读取及写回 SQL表 Image 数据吗?
读取 Dim image As Byte() = DirectCast(dr("PersonImage"), Byte()) 写入 command.Parameters.AddWithValue("@PersonImage", image) 可以参考
http://dotnet.aspx.cc/article/17612afb-3fc0-4fb9-bfa9-00cba28336e9/read.aspx