Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

execute multiple queries with mysql c++ connector

22 views
Skip to first unread message

kushal bhattacharya

unread,
Feb 22, 2017, 7:10:19 AM2/22/17
to
Is it possible to run multiple queries in mysql c++ .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

Jerry Stuckle

unread,
Feb 22, 2017, 9:08:09 AM2/22/17
to
On 2/22/2017 7:09 AM, kushal bhattacharya wrote:
> Is it possible to run multiple queries in mysql c++ .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
>

First of all, this is a MySQL problem, not a C++ one, and should be
asked in a MySQL group such as comp.databases.mysql. And when you do,
you need to specify the exact code you're trying to execute and the
error message(s) you get back. As it is, any response would be a guess.

--
==================
Remove the "x" from my email address
Jerry Stuckle
jstu...@attglobal.net
==================
0 new messages