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
Import Outlook Express address book to Outlook 2007
New Vista Laptop had a user account on it prior to mine
Mysql server failed to start on redhat AS4
Cannot add new calendar entries in Outlook 2003
Safe mode with command prompt + windows explorer
Outlook Exchange send error
Screen Saver
Best Way to Test a Python Script?
Bash: curl and redirected url
WebTrends tracking - 301 redirect in IIS environment - Want to track 301 redirected domain visits