From: Warren Young Date: October 23 2006 9:35pm Subject: Re: MySQL++ crash on << and more List-Archive: http://lists.mysql.com/plusplus/6063 Message-Id: <453D358C.5060509@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit webmaster@stripped wrote: > This is basically all the code I have, so I don't see where I'm > trying to overlap two queries. I think you have multiple problems, actually. > Apart from that, it throws an > exception (probably) at query.store(). I don't see whats wrong with > that? It would help if you'd catch that exception and print out what its what() method returns, to see what it's trying to tell you. If it's not an exception, it may be that you're mixing a library built with one build setup with an executable built another way. That's a pretty good way to crash a program.