Re: Unable to insert data in MYSQL using C.
Posted by: cadd78 cadd
Date: July 27, 2010 01:29PM

I have same kind of problem,

do u mean i have to write like this

unsigned long_flags=1;

if(mysql_real_connect(conn,server,user,password,"db",0,NULL,client_flags) == NULL) {
printf("Error %u : %s /n",mysql_errno(conn), mysql_error(conn));
exit(1);
}

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unable to insert data in MYSQL using C.
525
July 27, 2010 01:29PM


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.