Re: execute multiple queries with mysql c++ connector
From: Jerry Stuckle <jstucklex_at_attglobal.net>
Date: Thu, 23 Feb 2017 09:06:11 -0500
Message-ID: <o8mq4o$o40$2_at_jstuckle.eternal-september.org>
Date: Thu, 23 Feb 2017 09:06:11 -0500
Message-ID: <o8mq4o$o40$2_at_jstuckle.eternal-september.org>
On 2/22/2017 11:50 PM, kushal bhattacharya wrote:
> Is it possible to run multiple queries using mysql c++ connector .If so how ?
> Actually when i run multiple queries with ';' i am getting error from mysql saying to refer to manual but when i run it in mysql directly it runs properly.I have seen on stackoverflow that i have to set option of multiple statements to true but this really doesn't work.
>
As I suggested in comp.lang.c, please show the code you're trying to execute and what error messages you receive.
-- ================== Remove the "x" from my email address Jerry Stuckle jstucklex_at_attglobal.net ==================Received on Thu Feb 23 2017 - 15:06:11 CET