10 messages in com.mysql.lists.plusplusRe: BLOB in an SSQLS
FromSent OnAttachments
Viktor STARK27 Nov 2005 15:37 
Chris Frey27 Nov 2005 17:51 
Chris Frey27 Nov 2005 23:13 
Warren Young28 Nov 2005 14:14 
Warren Young28 Nov 2005 14:18 
Chris Frey28 Nov 2005 14:30 
Chris Frey28 Nov 2005 14:34 
Warren Young28 Nov 2005 14:54 
Viktor STARK28 Nov 2005 15:18 
Viktor STARK28 Nov 2005 15:29 
Subject:Re: BLOB in an SSQLS
From:Warren Young (mysq@etr-usa.com)
Date:11/28/2005 02:54:15 PM
List:com.mysql.lists.plusplus

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.