Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Exir
Posting Yak Master
151 Posts |
Posted - 2009-06-09 : 06:37:04
|
| Hi When i save image in database there is something like <Binary data> or 0x in the image field.How can i retrieve the saved image from database? |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-09 : 06:44:07
|
You can use the ADODB library and the STREAM object. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
Exir
Posting Yak Master
151 Posts |
Posted - 2009-06-09 : 06:54:49
|
| Could you explin more? i dont know anything about ADODB library and the STREAM object. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-06-09 : 12:18:48
|
| http://www.codeproject.com/KB/database/ImageSaveInDataBase.aspx |
 |
|
|
|
|
|