From: Warren Young Date: November 28 2005 10:54pm Subject: Re: BLOB in an SSQLS List-Archive: http://lists.mysql.com/plusplus/5219 Message-Id: <438B8AAD.9080305@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: >>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. > > This triggered a cool idea... it should be possible to write a class to > use in SSQLS, in place of std::string, that takes a std::string in the > constructor. Yep, that's Worthy. It's on the Wishlist for post-v2.1.