検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 165 for stmt (0.069 sec.)
Prepare a SQL statement for execution 4824
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... pare ( resource $conn_identifier , string $prepare_stmt , int $option = 0 ): resource The cubrid_prepare() ... ータ conn_identifier Connection identifier. prepare_stmt Prepare query. option OID return option CUBRID_INC ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 4824
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... INTO lastInsertID (name) VALUES ('Temp Name')" ; $stmt = @ db2_exec ( $conn , $createTable ); /* Checking ... for single row inserted. */ $stmt = db2_exec ( $conn , $insertTable ); $ret = db2_la ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
InterBase データベースでクエリを実行する 4824
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... ibase_connect ( $host , $username , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $ ... dbh , $stmt ) or die( ibase_errmsg ()); ?> 参考 ibase_errmsg() ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 4824
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... uery will fail because of the bad column name. */ $stmt = sqlsrv_query ( $conn , $sql ); if( $stmt === fal ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
IBM DB2 関数 4824
« 定義済み定数 db2_autocommit » PHP Manual IBM DB2 IBM DB2 関数 IBM DB2 関数 目次 db2_autocommit ... 果セットに関連付けられたリソースを開放する db2_free_stmt — 指定されたステートメントリソースに関連付けられた ... 報およびテーブルの統計情報を含む結果セットを返す db2_stmt_error — SQL 文が返す SQLSTATE を含む文字列を返す d ... b2_stmt_errormsg — 直近の SQL 文のエラーメッセージを含む文 ...
https://man.plustar.jp/php/ref.ibm-db2.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 4801
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文 ... 返す db2_connect() - データベースへの接続を返す db2_stmt_error() - SQL 文が返す SQLSTATE を含む文字列を返す ... db2_stmt_errormsg() - 直近の SQL 文のエラーメッセージを含む ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]
直近の接続エラーメッセージおよび SQLCODE を返す 4801
« db2_conn_error db2_connect » PHP Manual IBM DB2 関数 直近の接続エラーメッセージおよび SQLCODE ... 返す db2_connect() - データベースへの接続を返す db2_stmt_error() - SQL 文が返す SQLSTATE を含む文字列を返す ... db2_stmt_errormsg() - 直近の SQL 文のエラーメッセージを含む ...
https://man.plustar.jp/php/function.db2-conn-errormsg.html - [similar]
プリペアドステートメントを実行する 4801
« odbc_exec odbc_fetch_array » PHP Manual ODBC 関数 プリペアドステートメントを実行する odbc_exec ... rue となります。 <?php $a = 1 ; $b = 2 ; $c = 3 ; $stmt = odbc_prepare ( $conn , 'CALL myproc(?,?,?)' ); $ ... success = odbc_execute ( $stmt , array( $a , $b , $c )); ?> INOUT や OUT パラメー ...
https://man.plustar.jp/php/function.odbc-execute.html - [similar]
Prepares and executes a query 4801
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... UES (?, ?)" ; $params = array( 1 , "some data" ); $stmt = sqlsrv_query ( $conn , $sql , $params ); if( $st ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
保存用表現から PHP の値を生成する 4801
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... n = odbc_connect ( "webdb" , "php" , "chicken" ); $stmt = odbc_prepare ( $conn , "SELECT data FROM session ... SERVER [ 'PHP_AUTH_USER' ]); if (! odbc_execute ( $stmt , $sqldata ) || ! odbc_fetch_into ( $stmt , $tmp ) ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT