I have a database in sql server which contains families with a photo. The column is a varbinary(max). I want to create a tabular datawindow report that shows the family name and their picture retrieved from the database. I have a blob column on the datawindow but it wont show any images. The column definition is as below. id is the primary key to the table. What am i missing?
client class = datawindow
client name = untitled
key clause id = :id
file template = blank
client name expression = "data for "+string(id)
table = family
large binary/text col = photo: blob
ole class desc = paint.picture: bitmap image