Home >php教程 >php手册 >关于PHP连接mssql的小问题

关于PHP连接mssql的小问题

WBOY
WBOYOriginal
2016-06-06 19:46:121428browse

这是一部分截图,下面是另一部分! 这是我想要的!就出现一个! 41行的代码是这样的 ?php $fields=$rs-fields(name);echo $fields-value;? 这是数据库 连接 ?php $conn=new com("adodb.connection"); $connstr="provider=sqloledb;data source=DLUT-PC\SQLEX

关于PHP连接mssql的小问题

这是一部分截图,下面是另一部分!

 

关于PHP连接mssql的小问题

这是我想要的!就出现一个!

关于PHP连接mssql的小问题

 

41行的代码是这样的fields(name);echo $fields->value;?>

这是数据库连接

$conn=new com("adodb.connection");
$connstr="provider=sqloledb;data source=DLUT-PC\SQLEXPRESS;uid=zhouhao;pwd=950288;database=db_database07";
$conn->open($connstr);
?>

谢谢各位大侠的帮助~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn