Microsoft
Software
Hardware
Network
Question : Insert image into sql 2005 table
I am trying to insert an image into a table., from this syntax from the web but it does not seem to work for me. Keeps gving the error of Incorrect syntax near the keyword BULK. Don't know if my network address will work either. I am trying to go over netowrk to my computer to get the image.
SELECT * FROM OPENROWSET(BULK, '\\ngmnnb-j6ops-a2\C:docum
ents and settings\kevin.deutschman\
my documents\my pictures\black1.ico', SINGLE_BLOB)
Answer : Insert image into sql 2005 table
Hi,
Try this:
SELECT * FROM OPENROWSET(BULK '\\ngmnnb-j6ops-a2\C$\docu
ments and settings\kevin.deutschman\
my documents\my pictures\black1.ico', SINGLE_BLOB)
/peter
Random Solutions
collation change on system tables
Changing record source for the code
Disable Radio on Media Player via AD GP
Backup Exec 11D or CA ArcServe 11 of which I have and hate
Microsoft Outlook Web Access IIS website cannot be found internally or externally
Link External Data - Can a Link Specification be Updated?
Incorrect Syntax when running stored procedure
Roll Back In Ms Access ?
Sending email from different email address on same domain
Exporting to excel and formatting the spreadsheet from VB