From: Warren Young Date: November 28 2005 10:15pm Subject: Re: BLOB in an SSQLS List-Archive: http://lists.mysql.com/plusplus/5215 Message-Id: <438B8173.50502@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Viktor STARK wrote: > > The problem is that - if I understood things correctly - I can only > define a BLOB as a std::string. And when I execute my query and try to > access the data in the BLOB, it stops after the first hex 00 This truncation bug may be fixable. But, don't expect it to be possible to define an SSQLS with "200 floats in binary format" and have the one BLOB field be busted out into those 200 individual fields. SSQLS requires a 1:1 relationship between fields in your structure and fields in the database. > Hope I'm just missing something obvious and I'll be able to use SSQLS > since that feature really *rocks*. I've put your truncation bug on the Wishlist. Since it's your itch, you're in the best position to scratch it. I don't have any idea when I can get around to it.