[Rails] Re: Error while getting image from MSSQL database

2012-10-08 Thread Benjamin v.
Hi Klaus, almost ashamed to say it, but yes. You are right. Needed to update my sql-server-adapter. Thx alot! Benjamin -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group,

[Rails] Error while getting image from MSSQL database

2012-10-05 Thread Benjamin v.
I am trying to display an image stored in my MSSQL database in my Rails 2 application. As a test example I have written a C# application that displays the image on a form which works. So I know the image in my database is correct. However when I try to retrieve the image by the following code it