ref.pdo-dblib.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 40 行

HTML
40
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Microsoft SQL Server and Sybase Functions (PDO_DBLIB)</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="pdo.drivers.html">PDO Drivers</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.pdo-dblib.connection.html">PDO_DBLIB DSN</a></div> <div class="up"><a href="pdo.drivers.html">PDO Drivers</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div>  <h1 class="title">Microsoft SQL Server and Sybase Functions (PDO_DBLIB)</h1>    <div class="partintro">   <div id="pdo-dblib.intro" class="section">   <h2 class="title">Introduction</h2>    <p class="para">     <div class="warning"><b class="warning">Warning</b><p class="simpara">This extension is<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this extension鈥攊ncludingthe names of its functions and any other documentation surrounding thisextension鈥攎ay change without notice in a future release of PHP.This extension should be used at your own risk.</p></div>     PDO_DBLIB is a driver that implements the <a href="intro.pdo.html" class="link">PHP     Data Objects (PDO) interface</a> to enable access from PHP to     Microsoft SQL Server and Sybase databases through the FreeTDS libary.    </p>    <p class="para">     On Windows, you should use the <a href="ref.pdo-odbc.html" class="link">PDO_ODBC</a>     driver to connect to Microsoft SQL Server and Sybase databases, as the     native Windows DB-LIB is ancient, thread un-safe and no longer supported     by Microsoft.    </p>   </div>  </div>   <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-dblib.connection.html">PDO_DBLIB DSN</a> 鈥

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?