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
1397
July 02, 2010 09:06AM
542
July 05, 2010 01:43PM
562
July 06, 2010 07:10AM
Re: Unable to insert data in MYSQL using C.
596
July 27, 2010 05:25AM
562
July 27, 2010 01:29PM
568
July 27, 2010 03:04PM
585
July 28, 2010 05:42AM
518
September 04, 2010 07:14AM
514
July 20, 2010 01:58PM
501
September 04, 2010 07:10AM
551
November 14, 2010 05:10AM
581
February 01, 2011 03:47AM
642
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.