GEN 接続
  SQLServer ( MSDE ) 2000、2005 with php_mssql.dll



マシンID では接続できない環境もあるようです。
その場合は、IPアドレス\\インスタンス名で設定します

Database : shift_jis
ソース : shift_jis

  
<?

$conf_client_charset = "shift_jis";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/gensjis/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";

// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 2;

$conf_db_host	= "night\\SQLEXPRESS";
$conf_db_db	= "lightbox";
$conf_db_user	= "sa"; 
$conf_db_pass	= "passwordpassword"; 

?>
  


Database : shift_jis
ソース : EUC-JP

  
<?

$conf_client_charset = "euc-jp";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/geneuc/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";

// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 2;

$conf_db_host	= "night\\SQLEXPRESS";
$conf_db_db	= "lightbox";
$conf_db_user	= "sa"; 
$conf_db_pass	= "passwordpassword"; 

// DB class による強制変換
$conf_db_charset = 'SJIS';

?>
  











   
home    create:2007/07/17  update:2009/05/01   InfoBoard Version 1.00 (Perl).