検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 136 for dbname (0.013 sec.)
Prepares and executes a query 5573
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
どの API を使うか 5573
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... ); // PDO $pdo = new PDO ( 'mysql:host=example.com;dbname=database' , 'user' , 'password' ); $statement = $p ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
既存のラージオブジェクトのストリームをオープンする 5573
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... ブラウザに出力します。 <?php $db = new PDO ( 'pgsql:dbname=test host=localhost' , $user , $pass ); $db -> set ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
CUBRID 関数 (PDO_CUBRID) 5573
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... ータ型のセットを追加する例 <?php $conn_str = "cubrid:dbname=demodb;host=localhost;port=33000" ; $cubrid_pdo = ... 追加でデータ型を指定する例 <?php $conn_str = "cubrid:dbname=demodb;host=localhost;port=33000" ; $cubrid_pdo = ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
データベースを選択し、そこでクエリーを実行する 5477
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... to mysql' ; exit; } if (! mysql_select_db ( 'mysql_dbname' , $link )) { echo 'Could not select database' ; e ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
bytea フィールドに挿入するために文字列をエスケープする 5477
« pg_end_copy pg_escape_identifier » PHP Manual PostgreSQL 関数 bytea フィールドに挿入するために ... // データベースに接続する $dbconn = pg_connect ( 'dbname=foo' ); // バイナリファイルを読み込む $data = file ...
https://man.plustar.jp/php/function.pg-escape-bytea.html - [similar]
テキスト型フィールドに挿入するために、識別子をエスケープする 5477
« pg_escape_bytea pg_escape_literal » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入するた ... / データベースに接続します $dbconn = pg_connect ( 'dbname=foo' ); // テーブル名をエスケープします $escaped = ...
https://man.plustar.jp/php/function.pg-escape-identifier.html - [similar]
テキスト型フィールドに挿入するために、リテラルをエスケープする 5477
« pg_escape_identifier pg_escape_string » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入す ... / データベースに接続します $dbconn = pg_connect ( 'dbname=foo' ); // (アポストロフィやバックスラッシュが含ま ...
https://man.plustar.jp/php/function.pg-escape-literal.html - [similar]
行をオブジェクトとして得る 5477
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... $db_conn = pg_connect ( "host=localhost port=5432 dbname= $database " ); if (! $db_conn ) { echo "Failed co ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
テーブルに配列を挿入する 5477
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ... 例1 pg_insert() の例 <?php $dbconn = pg_connect ( 'dbname=foo' ); // これは少しだけ安全です。なぜなら、全ての ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT