Manual de PHP
Anterior
Siguiente
LXXX. 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
-- Abrir 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
-- Gets the type of a field
mssql_free_result
-- libera de la memoria el resultado de una consulta
mssql_free_statement
-- Free statement memory
mssql_get_last_message
-- Returns the last message from the server
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
Anterior
Inicio
Siguiente
msql
Subir
mssql_bind
Hosting by: hurra.com
Generated: 2007-01-26 18:01:09