Comments on: CopyReaderToClientDataSet, Blob and the message “Feature not implemented” http://www.andreanolanusse.com/en/copyreadertoclientdataset-blob-and-the-message-feature-not-implemented/ Where Andreano Lanusse talk about technology, software development, programming techniques, databases, games and more through articles, tutorials and videos Fri, 28 Dec 2012 06:11:51 +0000 hourly 1 https://wordpress.org/?v=6.7.7 By: Andreano Lanusse http://www.andreanolanusse.com/en/copyreadertoclientdataset-blob-and-the-message-feature-not-implemented/#comment-10726 Sun, 01 Apr 2012 06:17:33 +0000 http://www.andreanolanusse.com/en/?p=729#comment-10726 In reply to Patrick Thibodeaux.

Patrick, DBXReader support only TEXT Blob, Binary BLOB is not supported yet.

I forgot to add this info, I updated the post to reflect that.

Thanks

]]>
By: Patrick Thibodeaux http://www.andreanolanusse.com/en/copyreadertoclientdataset-blob-and-the-message-feature-not-implemented/#comment-10591 Tue, 06 Mar 2012 06:19:13 +0000 http://www.andreanolanusse.com/en/?p=729#comment-10591 I have been trying to make this work for days and just can’t figure it out.

I am using datasnap client call to a datasnap rest server. It returns my User record from a Sql Server 2008 tblUser table that has first name, last name, etc but has a picture of the person, field name is “Photo” (ie. .bmp, .jpg, .png, etc) all returned in a TDBXReader.

I use TDBXDataSetReader.CopyReaderToClientDataSet that creates my clientdataset and the “Photo” field is created as a blob field. I want to show the contents of the blob Photo field in a TImage. Can you tell me how to do this?

]]>