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
1484
July 02, 2010 09:06AM
579
July 05, 2010 01:43PM
608
July 06, 2010 07:10AM
Re: Unable to insert data in MYSQL using C.
645
July 27, 2010 05:25AM
611
July 27, 2010 01:29PM
615
July 27, 2010 03:04PM
660
July 28, 2010 05:42AM
565
September 04, 2010 07:14AM
569
July 20, 2010 01:58PM
555
September 04, 2010 07:10AM
621
November 14, 2010 05:10AM
634
February 01, 2011 03:47AM
690
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.