検索

phrase: max: clip:
target: order:
Results of 11 - 17 of about 17 for sth (0.014 sec.)
トランザクションをコミットする 7483
« PDO::beginTransaction PDO::__construct » PHP Manual PDO トランザクションをコミットする PDO::co ... ruit (name, colour, calories) VALUES (?, ?, ?)' ; $sth = $dbh -> prepare ( $sql ); foreach ( $fruits as $ ... fruit ) { $sth -> execute (array( $fruit -> name , $fruit -> colo ... nsaction (); /* データベーススキーマを変更する */ $sth = $dbh -> exec ( "DROP TABLE fruit" ); /* 変更をコ ...
https://man.plustar.jp/php/pdo.commit.html - [similar]
データベースへの接続をオープンする 7293
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $dbh , $stmt ); while ( $row = iba ... se_fetch_object ( $sth )) { echo $row -> email , "\n" ; } ibase_free_resu ... lt ( $sth ); ibase_close ( $dbh ); ?> 参考 ibase_pconnect() ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
InterBase データベースからオブジェクトを得る 7155
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $dbh , $stmt ); while ( $row = iba ... se_fetch_object ( $sth )) { echo $row -> email . "\n" ; } ibase_close ( $ ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
トランザクションをロールバックする 6897
« PDO::quote PDO::setAttribute » PHP Manual PDO トランザクションをロールバックする PDO::rollBack ... (); /* データベーススキーマとデータを変更する */ $sth = $dbh -> exec ( "DROP TABLE fruit" ); $sth = $dbh ...
https://man.plustar.jp/php/pdo.rollback.html - [similar]
トランザクションを開始する 6845
« PDO PDO::commit » PHP Manual PDO トランザクションを開始する PDO::beginTransaction (PHP 5 >= 5. ... (); /* データベーススキーマとデータを変更する */ $sth = $dbh -> exec ( "DROP TABLE fruit" ); $sth = $dbh ...
https://man.plustar.jp/php/pdo.begintransaction.html - [similar]
接続、および接続の管理 6569
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... est' , $user , $pass ); // ここで接続を使用します $sth = $dbh -> query ( 'SELECT * FROM foo' ); // 使用を ... 終了したので、閉じます $sth = null ; $dbh = null ; ?> データベースサーバーへの ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
InterBase データベースでクエリを実行する 6448
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $dbh , $stmt ) or die( ibase_errms ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
PREV 1 2 NEXT