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
Exchange 2007 cannot delete public folder items as Public Folder Administrator
Looking for High-Volume SMTP Hosting Provider for Non-Commercial Email.
trying to use a script python on xp, read on a truecrypt container, i receive a permission problem when i'm the administrator, help?
Regular expression riddles
Ports that need to be opened for IMAP clients to access Exchange 2007 through firewall.
Start a program with 'High' priority
Creating, Exporting, and Importing a signature template in Outlook 2002
concatenating multiple rows into a single row in a sybase table
Adding Disclaimer for Echange 2003 - for multiple email domains
Form and subform referencing the same table