7 messages in com.mysql.lists.plusplusRe: MySQL++ crash on << and more
FromSent OnAttachments
webm...@team-inqontrol.com23 Oct 2006 06:32 
Warren Young23 Oct 2006 09:05 
webm...@team-inqontrol.com23 Oct 2006 11:42 
Drew M.23 Oct 2006 13:22 
Warren Young23 Oct 2006 14:34 
webm...@team-inqontrol.com24 Oct 2006 03:21 
webm...@team-inqontrol.com24 Oct 2006 04:29 
Subject:Re: MySQL++ crash on << and more
From:Drew M. (ghas@gmail.com)
Date:10/23/2006 01:22:13 PM
List:com.mysql.lists.plusplus

You are not consuming (i.e., storing or resetting) the results from the query. In short, either store all the results between your two calls to execute(), or just reset your query object.

On 10/23/06, webm@team-inqontrol.com <webm@team-inqontrol.com> wrote:

This is basically all the code I have, so I don't see where I'm trying to overlap two queries. Apart from that, it throws an exception (probably) at query.store(). I don't see whats wrong with that?

Thank you for your brief reply.