検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for employee (0.011 sec.)
Firebird データベースに接続する 13013
« Firebird (PDO) IBM (PDO) » PHP Manual Firebird (PDO) Firebird データベースに接続する PDO_FIREB ... _FIREBIRD DSN で Debian システムのローカルホストと employee.fdb へのパスを使う例 以下の例は、ローカルホストの ... Firebird データベース employee.fdb に接続するための PDO_FIREBIRD DSN を表します。 ... rebird:dbname=localhost:/var/lib/firebird/2.5/data/employee.fdb 例4 方言が 1 のデータベースに接続するための PD ... ータベース , 接続 , FIREBIRD , fdb , dbname , パス , employee , 方言 , DATABASE ...
https://man.plustar.jp/php/ref.pdo-firebird.connection.html - [similar]
Initiates a backup task in the service manager and returns immediately 9778
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... rt the backup process on database server // Backup employee database using full path to /srv/backup/employees. ... arguments ibase_backup ( $service , '/srv/firebird/employees.fdb' , '/srv/backup/employees.fbk' ); // Free the ... rt the backup process on database server // Backup employee database using alias to /srv/backup/employees.fbk. ... a transportable backup. ibase_backup ( $service , 'employees.fdb' , '/srv/backup/employees.fbk' , IBASE_BKP_ME ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Initiates a restore task in the service manager and returns immediately 9778
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... the restore process on database server // Restore employee backup to the new emps.fdb database // Don't use a ... arguments ibase_restore ( $service , '/srv/backup/employees.fbk' , '/srv/firebird/emps.fdb' ); // Free the at ... e restore process on database server // Restore to employee database using alias. // Restore without indixes. ... database. ibase_restore ( $service , '/srv/backup/employees.fbk' , 'employees.fdb' , IBASE_RES_DEACTIVATE_IDX ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
結果データを得る 9452
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result ... ; } $result = mysql_query ( 'SELECT name FROM work.employee' ); if (! $result ) { die( 'Could not query:' . my ... ; } echo mysql_result ( $result , 2 ); // 3 番目の employee の name を出力する mysql_close ( $link ); ?> 注意 ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 8007
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... LE ); $stmt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE' ); /* 間違ったリソース、そして正しいオプションの配 ... LE ); $stmt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE WHERE EMPNO = ? OR EMPNO = ?' ); /* 正しいリソース ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 7519
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ), E_USER_ERROR ); } $sql = 'SELECT last_name FROM employees WHERE department_id = :didbv ORDER BY last_name' ... ), E_USER_ERROR ); } $sql = 'SELECT last_name FROM employees WHERE employee_id in (:e1, :e2, :e3)' ; $stid = o ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 7519
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... $stid = oci_parse ( $conn , 'SELECT hire_date FROM employees WHERE employee_id = 188' ); oci_execute ( $stid ) ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
サンプル 7193
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... _FIREBIRD DSN で Debian システムのローカルホストと employee.fdb へのパスを使う例 Example#1087 - 方言が 1 のデー ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
PREV 1 NEXT