検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 374 for Database (0.023 sec.)
Closes an open connection and releases resourses associated with the connection 4573
« sqlsrv_client_info sqlsrv_commit » PHP Manual SQLSRV 関数 Closes an open connection and releas ... rray( "UID" => "username" , "PWD" => "password" , "Database" => "dbname" ); $conn = sqlsrv_connect ( $serverNa ... //------------------------------------- // Perform database operations here. //------------------------------- ... t() - Opens a connection to a Microsoft SQL Server database 関連キーワード: connection , sqlsrv , Closes , ope ...
https://man.plustar.jp/php/function.sqlsrv-close.html - [similar]
はじめに 4573
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... you to access records stored in dBase-format (dbf) databases. 警告 We recommend against using dBase files as y ... our production database. Use » SQLite or choose any real SQL server instea ... you to import and export data to and from your web database, because the file format is commonly understood by ... dsheets and organizers. 警告 As of dbase 7.0.0 the databases are automatically locked via flock() . There has ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
The MySQLi Extension Function Summary 4573
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... i_autocommit() N/A Turns on or off auto-committing database modifications mysqli::change_user() mysqli_change_ ... user() N/A Changes the user of the specified database connection mysqli::character_set_name() mysqli_cha ... me() N/A Returns the default character set for the database connection mysqli::close() mysqli_close() N/A Clos ... es a previously opened database connection mysqli::commit() mysqli_commit() N/A Co ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
MS SQL Server および SQL Azure データベースに接続する 4573
« MS SQL Server (PDO) Oracle (PDO) » PHP Manual MS SQL Server (PDO) MS SQL Server および SQL Azu ... のかしない (0 あるいは false ) のかを指定します。 Database データベースの名前を指定します。 Encrypt SQL Serve ... 法を示します。 $c = new PDO("sqlsrv:Server=localhost;Database=testdb", "UserName", "Password"); 以下の例は、ポー ... します。 $c = new PDO("sqlsrv:Server=localhost,1521;Database=testdb", "UserName", "Password"); 以下の例は、サー ... しましょう。 $c = new PDO("sqlsrv:Server=12345abcde.database.windows.net;Database=testdb", "UserName@12345abcde ...
https://man.plustar.jp/php/ref.pdo-sqlsrv.connection.html - [similar]
ラージオブジェクト全体を読み込みブラウザに直接送信する 4547
« pg_lo_open pg_lo_read » PHP Manual PostgreSQL 関数 ラージオブジェクト全体を読み込みブラウザに直 ... ent-type: image/jpeg' ); $image_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $dat ... abase , "begin" ); $handle = pg_lo_open ( $database , $image_oid , "r" ); pg_lo_read_all ( $handle ); ... pg_query ( $database , "commit" ); ?> 参考 pg_lo_read() - ラージオブジェ ...
https://man.plustar.jp/php/function.pg-lo-read-all.html - [similar]
ラージオブジェクトのカレントのシーク位置を返す 4547
« pg_lo_seek pg_lo_truncate » PHP Manual PostgreSQL 関数 ラージオブジェクトのカレントのシーク位置 ... 例1 pg_lo_tell() の例 <?php $doc_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $dat ... abase , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // 最初の 50000 バイトをスキッ ... ); echo "Seek position is: $offset " ; pg_query ( $database , "commit" ); ?> 上の例の出力は以下となります。 Se ...
https://man.plustar.jp/php/function.pg-lo-tell.html - [similar]
要件 4547
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 IBM DB2 Universal ... PHP を稼動させるコンピュータ上に IBM DB2 Universal Database client がインストールされていなければなりません。 ... 開発およびテストが行われています。 IBM DB2 Universal Database for z/OS・iSeries に接続するには、IBM DB2 Connect ... ワード: 要件 , インスタンス , インストール , 設定 , Database , instance , ibm , サーバー , 起動 , 実行 ...
https://man.plustar.jp/php/ibm-db2.requirements.html - [similar]
Script Injection Attacks 4547
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... nd any other time you may pass JavaScript into the database. For example, suppose we have some JavaScript to g ... reet a user in the database logs. We could do: <?php $m = new MongoDB \ Driver ... e, MongoDB will harmlessly print Hello, '); db.dropDatabase(); print('! . Using arguments helps to prevent mal ... icious input from being executed by the database. However, you must make sure that your code does n ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
ラージオブジェクトの位置をシークする 4512
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... 例1 pg_lo_seek() の例 <?php $doc_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $dat ... abase , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // 最初の 50000 バイトをスキッ ... data = pg_lo_read ( $handle , 10000 ); pg_query ( $database , "commit" ); echo $data ; ?> 参考 pg_lo_tell() - ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
ラージオブジェクトを削除する 4512
« pg_lo_truncate pg_lo_write » PHP Manual PostgreSQL 関数 ラージオブジェクトを削除する pg_lo_unl ... するラージオブジェクトの OID $doc_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $dat ... abase , "begin" ); pg_lo_unlink ( $database , $doc_oid ); pg_query ( $database , "commit" ); ? ...
https://man.plustar.jp/php/function.pg-lo-unlink.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT