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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Binary Image

Author  Topic 

baze7
Yak Posting Veteran

58 Posts

Posted - 2010-06-02 : 17:55:47
Is there a way to display datatype image (binary) with a view somehow?

Thanks!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-06-02 : 18:05:30
If you mean display the image as a picture in Management Studio from a view, then you can't. You must use a programming language such as C# or VB.NET to display it.

If that doesn't answer your question, then please be more specific.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

baze7
Yak Posting Veteran

58 Posts

Posted - 2010-06-03 : 08:31:41
Here is what the results look like, so I belive it is just binary, this is what I want to display.
0x504B03041400000008000000008894A2BE00BA00000
Go to Top of Page
   

- Advertisement -