From: Warren Young Date: April 17 2009 5:30am Subject: Re: Problem escaping binary data List-Archive: http://lists.mysql.com/plusplus/8522 Message-Id: MIME-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 16, 2009, at 6:00 PM, Nick Kelsey wrote: > The binary data is escaped using conn::escape_string() and delimited > with single quotes. I think you'll find that using Query's stream interface along with the quoting and escaping manipulators gives shorter and clearer code. See: http://tangentsoft.net/mysql++/doc/html/userman/tutorial.html#qescape