php连接pdo_mssql数据库

2009-01-05 16:01:59 php Views(356)

$db = new Pdo('mssql:host = $host;dbname = $dbName',$userName,$password);
$db->query($sql);

Comments

Leave a Comment

Name
Content
Verification Type the characters you see in the picture below