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

search for in the

mssql_free_statement> <mssql_field_type
Last updated: Fri, 22 Aug 2008

view this page in

mssql_free_result

(PHP 4, PHP 5, PECL odbtp:1.1.1-1.1.4)

mssql_free_resultlibera de la memoria el resultado de una consulta

Descripción

int mssql_free_result ( int $result )

mssql_free_result() sólo se necesita llamarla si le preocupa el estar usando mucha memoria mientras se está ejecutando el script. Toda el resultado en memoria será liberado automaticamente cuando finalice el script, puede llamar a mssql_free_result() con el identificador de la consulta como argumento y la consulta asociada será liberada de la memoria.



add a note add a note User Contributed Notes
mssql_free_result
veggivore [at] yahoo [period] com
06-Sep-2006 06:21
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.

mssql_free_statement> <mssql_field_type
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites