Re: Problem with MySQL function in C App
Posted by: Gelu Gogancea
Date: August 02, 2010 05:32AM

Hi,
First of all i see some basic C language mistakes.
I don't see where the variable binputvar1 is initialized.The second big mistake is where is used the return keyword.So your line ,

return binputvar1;

,it should to be after mysql_close();

Regards,

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with MySQL function in C App
335
August 02, 2010 05:32AM


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.