Rails Problem - Ms Sqlserver image columns and Rails

E

erhan

Hi,

We are suffering from SQLSErver image column problem...
We have a image column stored in SQL Server 2005 and
We used the technique told in "Agile Web Dev with Rails" to display it
in a web browser...


But, all we get is numbers... And img tag can not display it...


Could you know a workaround for this problem, and if it is so, could
you share it with us... Is this specific to Ms SqlServer?


Here is controller action sending image data...
def GetPict
@p = Personel.find("5049-0361")
send_data @p.Pict,
:filename => "pict.bmp", :type =>
"image/bmp",
:disposition => "inline"
End


And here is corresponding rhtml part....
<tr><td>
<img src = "<%= url_for:)action => "GetPict") %>" />
</td></tr>


Thanks in advance....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top