Join Up!
104875 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousmime_content_typemssql_bindnext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German

LVIII. Funciones de Microsoft SQL Server

Tabla de contenidos
mssql_bind --  Adds a parameter to a stored procedure or a remote stored procedure
mssql_close -- cierra una conexión con MS SQL Server
mssql_connect -- abre una conexión con MS SQL server
mssql_data_seek -- mueve el puntero interno de las filas
mssql_execute --  Executes a stored procedure on a MS SQL server database
mssql_fetch_array -- Captura la fila en un array
mssql_fetch_assoc --  Returns an associative array of the current row in the result set specified by result_id
mssql_fetch_batch --  Returns the next batch of records
mssql_fetch_field -- obtiene la información de los campos
mssql_fetch_object -- captura la fila como un objeto
mssql_fetch_row -- obtiene la fila como un array numerado
mssql_field_length -- Get the length of a field
mssql_field_name -- Get the name of a field
mssql_field_seek -- set field offset
mssql_field_type -- Get the type of a field
mssql_free_result -- libera de la memoria el resultado de una consulta
mssql_get_last_message --  Returns the last message from server (over min_message_severity?)
mssql_guid_string --  Converts a 16 byte binary GUID to a string
mssql_init --  Initializes a stored procedure or a remote stored procedure
mssql_min_error_severity -- Sets the lower error severity
mssql_min_message_severity -- Sets the lower message severity
mssql_next_result -- Move the internal result pointer to the next result
mssql_num_fields -- obtiene el número de campos de la consulta
mssql_num_rows -- obtiene el número de filas de la consulta
mssql_pconnect -- abre una conexión persistenete con MS SQL
mssql_query -- envia una consulta MS SQL
mssql_result -- get result data
mssql_rows_affected --  Returns the number of records affected by the query
mssql_select_db -- selecciona una base de datos MS SQL
User Contributed Notes
Funciones de Microsoft SQL Server
add a note about notes
There are no user contributed notes for this page.
previousmime_content_typemssql_bindnext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST