mys_free_result

6.2/24
Libera le risorse impiegate

Sintassi

void * mys_free_result(EH_MYSQL_RS psRS)
void * mys_free_result(F_MYSQL_SECTION *mySection,EH_MYSQL_RS psRS) [multithread]

Parametri


Valori di ritorno


Commenti

utilizzo :

mys_queryarg("QUERY");
rsSet=mys_store_result();
if (rsSet)
{
while (mys_fetch_row(rsSet))
{
}
}
mys_free_result(rsSet);
Easyhand C/C++: mys_free_result | Last modified: 17/02/2011 11.11.19 Europe/Rome | #1.843
P.. 1060
Easyhand C/C++
Una mano alle tue idee.
Privacy Policy