Hi,
would appreciate a SQL way (NOT via any dev. lang. code) of getting a table populated with images. I can use pathnames or BLOBS into the table.. as long as the image is then visible when I databind.
Thanks in advance
Hi,
would appreciate a SQL way (NOT via any dev. lang. code) of getting a table populated with images. I can use pathnames or BLOBS into the table.. as long as the image is then visible when I databind.
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Feb 19, 2009, 12:04 PM
Hi
Check out the below link
http://www.java2s.com/Code/SQLServer/Insert-Delete-Update/InsertingImages.htm
Thanks
Vijaya Kadiyala
Http
://dotnetvj.blogspot.comVijaya KadiyalaPosted Mar 10, 2009, 9:44 AM
HI
Agree with Raul, that is best way is to save the path. But onething we need to handle is what is we change the Image File Location?? Should we update the table with the path??
Thanks -- Vijaya Kadiyala
RaulPosted Feb 27, 2009, 11:13 AM
Vijaya KadiyalaPosted Feb 22, 2009, 2:34 PM
Hi
I am glad to see you got the answer...
Thanks -- Vijaya Kadiyala
http://dotnetvj.blogspot.com
Manuel BPosted Feb 19, 2009, 2:10 PM
Very interesting. Thanks a lot for the link.
Ciao
LisaPosted Feb 17, 2009, 9:45 AM
i doubt there isnt any way to do it in TSQL you can just retrieve and save them.
it should be done progrmatically by getting the values from the database.
Thanks,
Lisa
Manuel BPosted Jan 13, 2009, 10:57 AM
Hi,
is there no way in SQL via some TSQL command or SQL utility?
Thanks
Mahesh ChandPosted Jan 13, 2009, 10:51 AM