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
- psRS
[in] puntatore al Result Set
Valori di ritorno
Commenti
utilizzo :
mys_queryarg("QUERY");
rsSet=mys_store_result();
if (rsSet)
{
while (mys_fetch_row(rsSet))
{
}
}
mys_free_result(rsSet);