Re: Unable to insert data in MYSQL using C.
Hi,
Please to check after using mysql_real_query() with mysql_errno() the error number to understand from where is comming your problem.
You should check the connection parameters because when you use
stored procedure is expected to use more result set even if you use it only for insert some data. You must to set the flag CLIENT_MULTI_RESULTS in the mysql_real_connect() function.
Hope that it's help,
Regards,
Subject
Views
Written By
Posted
1423
July 02, 2010 09:06AM
559
July 05, 2010 01:43PM
576
July 06, 2010 07:10AM
Re: Unable to insert data in MYSQL using C.
613
July 27, 2010 05:25AM
583
July 27, 2010 01:29PM
586
July 27, 2010 03:04PM
599
July 28, 2010 05:42AM
536
September 04, 2010 07:14AM
537
July 20, 2010 01:58PM
521
September 04, 2010 07:10AM
588
November 14, 2010 05:10AM
599
February 01, 2011 03:47AM
659
February 01, 2011 06:04AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.