downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mssql_free_statement> <mssql_field_type
[edit] Last updated: Tue, 21 May 2013

view this page in

mssql_free_result

(PHP 4, PHP 5, PECL odbtp >= 1.1.1)

mssql_free_resultLibera la memoria di un risultato

Descrizione

bool mssql_free_result ( resource $id_risultato )

E' necessario l'utilizzo della funzione mssql_free_result() solo quando si รจ preoccupati dell'occupazione di memoria durante l'esecuzione dello script. Normalmente tutti i dati verranno rimossi automaticamente dalla memoria al termine dell'esecuzione dello script.E' tuttavia possibile eseguire mssql_free_result(), per liberare la memoria occupata dai dati indicati dal parametro id_risultato



add a note add a note User Contributed Notes mssql_free_result - [1 notes]
up
0
veggivore [at] yahoo [period] com
6 years ago
MSSQL only allows one HRESULT open per connection. If you have a query with a server side cursor open any subsequent queries using that connection will fail.

 
show source | credits | sitemap | contact | advertising | mirror sites