ref mssql 7LNXOQJMKTN2JOIGFH6ZCGEXKZ2F5MRRASG4BYI


Microsoft SQL Server functionsPodręcznik PHPPoprzedniNastępnyL. Microsoft SQL Server functions The MSSQL extension is available on Win32 systems only. You can use the Sybase extension to connect to MSSQL databases from other platforms. These functions allow you to access MS SQL Server database. The extension requires the MS SQL Client Tools to be installed on the system where PHP is installed. The Client Tools can be installed from the MS SQL Server CD or by copying ntwdblib.dll from \winnt\system32 on the server to \winnt\system32 on the PHP box. Copying ntwdblib.dll will only provide access. Configuration of the client will require installation of all the tools. The MSSQL extension is enabled by adding extension=php_mssql.dll to php.ini. Spis treścimssql_close -- Close MS SQL Server connectionmssql_connect -- Open MS SQL server connectionmssql_data_seek -- Move internal row pointermssql_fetch_array -- Fetch row as arraymssql_fetch_field -- Get field informationmssql_fetch_object -- Fetch row as objectmssql_fetch_row -- Get row as enumerated arraymssql_field_length -- Get the length of a fieldmssql_field_name -- Get the name of a fieldmssql_field_seek -- Set field offsetmssql_field_type -- Get the type of a fieldmssql_free_result -- Free result memorymssql_get_last_message --  Returns the last message from server (over min_message_severity?) mssql_min_error_severity -- Sets the lower error severitymssql_min_message_severity -- Sets the lower message severitymssql_next_result -- Move the internal result pointer to the next resultmssql_num_fields -- Get number of fields in resultmssql_num_rows -- Get number of rows in resultmssql_pconnect -- Open persistent MS SQL connectionmssql_query -- Send MS SQL querymssql_result -- Get result datamssql_select_db -- Select MS SQL databasemssql_bind --  Adds a parameter to a stored procedure or a remote stored procedure mssql_execute --  Executes a stored procedure on a MS-SQL server database 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_guid_string --  Converts a 16 byte binary GUID to a string mssql_init --  Initializes a stored procedure or a remote stored procedure mssql_rows_affected --  Returns the number of records affected by the query PoprzedniSpis treściNastępnymhash_keygen_s2kPoczątek rozdziałumssql_close

Wyszukiwarka

Podobne podstrony:
ref mssql
ref mssql
ref oracle
ref math
ref misc
ref xml
function mssql connect
function mssql get last message
ref sybase
percepcja ref
ref dbx
ref dbm
function mssql pconnect
function mssql free result
ref ingres
ref overload
ref xmlrpc

więcej podobnych podstron