msql
Wstęp
Rozszerzenia producentów baz danych
PHP Manual
Microsoft SQL Server
Wstęp
Instalacja/Konfiguracja
Wymagania
Instalacja
Konfiguracja wykonawcza
Typy zasobów
Stałe predefiniowane
Funkcje Mssql
mssql_bind
— Adds a parameter to a stored procedure or a remote stored procedure
mssql_close
— Zamyka połączenie z MS SQL Server
mssql_connect
— Otwiera połączenie z serwerem MS SQL
mssql_data_seek
— Moves internal row pointer
mssql_execute
— Executes a stored procedure on a MS SQL server database
mssql_fetch_array
— Fetch a result row as an associative array, a numeric array, or both
mssql_fetch_assoc
— Returns an associative array of the current row in the result
mssql_fetch_batch
— Returns the next batch of records
mssql_fetch_field
— Get field information
mssql_fetch_object
— Fetch row as object
mssql_fetch_row
— Get row as enumerated array
mssql_field_length
— Get the length of a field
mssql_field_name
— Get the name of a field
mssql_field_seek
— Seeks to the specified field offset
mssql_field_type
— Gets the type of a field
mssql_free_result
— Free result memory
mssql_free_statement
— Free statement memory
mssql_get_last_message
— Zwraca ostatni komunikat z serwera
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
— Ustawia poziom ważności zwracanych kodów błędów
mssql_min_message_severity
— Ustawia poziom ważności zwracanych komunikatów o błędach
mssql_next_result
— Move the internal result pointer to the next result
mssql_num_fields
— Zwraca liczbę pól w zbiorze wynikowym
mssql_num_rows
— Zwraca liczbę wierszy w zbiorze wynikowym
mssql_pconnect
— Open persistent MS SQL connection
mssql_query
— Wysyła zapytanie do serwera MS SQL
mssql_result
— Get result data
mssql_rows_affected
— Zwraca liczbę rekordów przetworzonych przez ostatnie zapytanie
mssql_select_db
— Select MS SQL database
msql
Wstęp
Rozszerzenia producentów baz danych
PHP Manual