1
Answer

inserting image

aditya immadi

aditya immadi

11y
1.4k
1
Hai all,
                i need to insert multiple images in sql .table columns are name and image .


 INSERT INTO images SELECT * FROM OPENROWSET(BULK N'C:\Image1.jpg', SINGLE_BLOB) rs



with this statement i can insert single image(in  the case table has single row only)

now i need to insert name and image i have 300 records ..can any one help me out


Thannks and Regards


Answers (1)