Hi, I have tried inserted Image with type .bmp to SQL 2000 into field with type image.
but with
INSERT INTO BLOBTest
(name, iamge)
SELECT 'First test file',
BulkColumn FROM OPENROWSET(
Bulk 'D:\gucek.bmp', image) AS image
doesn`t work.
probably in sql2005 this work