From: Miguel Mendes Date: 2012-12-26T19:00:47+09:00 Subject: Re: Tinytds - Save binary as file "wb" didn't work. Here is the table schema CREATE TABLE [dbo].[Docs]( [Id] [uniqueidentifier] NOT NULL, [ListId] [uniqueidentifier] NOT NULL, [DirName] [nvarchar](256) NOT NULL, [LeafName] [nvarchar](128) NOT NULL, [Content] [image] NULL) -- Posted via http://www.ruby-forum.com/.