MySQL/R33 and mysql_pquery, what is works?
#1

Hi. For example:
Код:
functionTest()
{
 printf("1");
 mysql_pquery(MySQL_Handler, "SELECT * FROM `TableTest`");
 printf("2");
}
Second printf will be done after sending and get data from `TableTest`? Or it query is in queue and it is possible that after that line there wont be data from table?
Reply


Messages In This Thread
MySQL/R33 and mysql_pquery, what is works? - by PaSaSaP - 01.03.2015, 22:41
Re: MySQL/R33 and mysql_pquery, what is works? - by maramizo - 01.03.2015, 22:50
Re: MySQL/R33 and mysql_pquery, what is works? - by PaSaSaP - 01.03.2015, 22:59

Forum Jump:


Users browsing this thread: 2 Guest(s)