Microsoft
Software
Hardware
Network
Question : insert image using openrowset
Hello,
I need to insert an image into my database for a certain row. If I use:
INSERT INTO mytable(mycol) Where myid = '12345'
SELECT * FROM
OPENROWSET(BULK N'C:\image.jpg', SINGLE_BLOB) AS i
It won't work. Probably should be Update table set.... , etc.
Anyone know the correct syntax??
Answer : insert image using openrowset
http://eknowledger.spaces.
live.com/b
log/
cns!F4
75D4DE444D
B1AB!832.e
ntry
has helped me in the past
INSERT StockGifs (StockGifID, Gif)
SELECT 1, BulkColumn
FROM OPENROWSET (BULK 'C:\Ahmed1.gif',SINGLE_BLO
B) AS x
Random Solutions
Week of month...
<div style="float:right; in Microsoft outlook 2007
parameters with values in batch file
on wsus consol some computer list is in red icon what this mean
What is the best anti-spam software for a 50 user exchange server
Stop Error when attempting to Install Nortel VPN Client - Dell Laptop D410 Bios A05
MS Exchange 2007 STD - download POP3 emails from Hosted email Server?
MS SQL Full Disk, transaction log does not shrink
php: read text out of the row/column and put it into mysql
Deleting records using ADO recordsets in VBA