ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:odbc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:database:odbc [2020/01/13 13:07] – Add tier2 tag dregadv5:database:odbc [2021/01/11 09:59] (current) – typo peterdd
Line 1: Line 1:
 ====== ODBC ====== ====== ODBC ======
 ~~NOTOC~~ ~~NOTOC~~
-In addition to the genric ODBC driver for use with Windows ODBC drivers, there are additional ODBC drivers that provide extended support for database specific functions+In addition to the generic ODBC driver for use with Windows ODBC drivers, there are additional ODBC drivers that provide extended support for database specific functions
 ----------------------- -----------------------
 ===== odbc ===== ===== odbc =====
Line 17: Line 17:
 </WRAP> </WRAP>
   * This generic driver can be used with any database with ODBC connection support.    * This generic driver can be used with any database with ODBC connection support. 
-  * Connections can only be made using DSN connection strings or pre-defined ODBC connections. +  * Connections can only be made using DSN connection strings or predefined ODBC connections. 
   * Performance and functionality may be limited.   * Performance and functionality may be limited.
   * Writing portable applications that use this driver is not recommended.   * Writing portable applications that use this driver is not recommended.
-  * When configuring connections on Windows, ensure that the ODBC driver configuration (32 Bit/64 Bit) matches the installed PHP version+  * When configuring connections on Windows, ensure that the ODBC driver configuration (32 Bit/64 Bit) matches the installed PHP version.
 ==== Setting The Cursor Mode ==== ==== Setting The Cursor Mode ====
 All ADOdb ODBC drivers can configure an appropriate cursor mode. The following modes are available through PHP. All ADOdb ODBC drivers can configure an appropriate cursor mode. The following modes are available through PHP.
v5/database/odbc.txt · Last modified: 2021/01/11 09:59 by peterdd