検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for servername (0.003 sec.)
Sends data from parameter streams to the server 8250
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... t. 例 例1 sqlsrv_send_stream_data() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 8169
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... ion. 例 例1 sqlsrv_field_metadata() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
Cancels a statement 8104
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... を返します。 例 例1 sqlsrv_cancel() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Makes the next result of the specified statement active 8104
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... st be called to move past the first result. <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); $query = "INSERT INTO Table_1 ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 8104
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... ith sqlsrv_commit() and sqlsrv_rollback() . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
Begins a database transaction 8024
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... ith sqlsrv_commit() and sqlsrv_rollback() . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
Commits a transaction that was begun with sqlsrv_begin_transaction 8024
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... begin_transaction() and sqlsrv_rollback() . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]
Executes a statement prepared with sqlsrv_prepare 8024
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... parameter values) using sqlsrv_execute() . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Gets field data from the currently selected row 8024
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... et the row fields with sqlsrv_get_field() . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 7943
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... of the error. 例 例1 functionname() example <?php $serverName = "serverName/sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
PREV 1 2 3 4 NEXT