ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:ibm_db2

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:database:ibm_db2 [2016/01/13 02:06] – ↷ Links adapted because of a move operation mnewnhamv5:database:ibm_db2 [2023/01/23 01:36] mnewnham
Line 10: Line 10:
 ^ADOdb V5|Yes| ^ADOdb V5|Yes|
 ^ADOdb V6|Yes| ^ADOdb V6|Yes|
 +
 == Alternative Drivers == == Alternative Drivers ==
 [[v5:database:odbc#odbc_db2|ODBC Driver For IBM DB2]]\\ [[v5:database:odbc#odbc_db2|ODBC Driver For IBM DB2]]\\
 +== See Also ==
 +[[v5:reference:connection:setconnectionparameter#ibmdb2|setConnectionParameter()]]
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-This driver provides a connection to IBM DB2 Databases, using the IBM Data Client. This driver replaces the original [[v5:database:odbc#odbc_db2|DB2 ODBC]] driver. +This driver provides a connection to IBM DB2 Databases, using the IBM Data Client. This driver replaces the original [[v5:database:odbc#odbc_db2|DB2 ODBC]] driver. 
 +== PHP Drivers For Windows == 
 +PHP 7 and 8 drivers for windows are currently available [[https://github.com/ibmdb/php_ibm_db2|here]]  
 ---------------------------------- ----------------------------------
 ==== uCaseTables ==== ==== uCaseTables ====
Line 64: Line 70:
 ^Driver Name|db2oci| ^Driver Name|db2oci|
 ^Data Provider|db2| ^Data Provider|db2|
-^Status|Active((This driver is actively supported by ADOdb project members))|+^Status|Deprecated((This driver is deprecated as of ADOdb version 5.21 and will be removed in ADOdb version 6))|
 ^Windows|Yes| ^Windows|Yes|
 ^Unix|Yes| ^Unix|Yes|
 ^ADOdb V5|Yes| ^ADOdb V5|Yes|
-^ADOdb V6|Yes|+^ADOdb V6|No|
  
 </WRAP> </WRAP>
-This driver re-maps ibm :0 bind variables to oracle compatible ? variables. Use this driver to enhance compatiblity between [[v5:database:oracle]] and DB2 drivers +This driver re-maps ibm :0 bind variables to oracle compatible ? variables. Use this driver to enhance compatiblity between [[v5:database:oracle]] and DB2 drivers
 + 
 +The driver is deprecated. To write portable code that uses bind parameters and can be shared between DB2 and Oracle, use the [[v5:reference:connection:param|param()]] method.
  
 ------------------------------------------------- -------------------------------------------------
Line 87: Line 95:
 </WRAP> </WRAP>
 This driver provides undocumented bind variable mapping from ibm to oracle.The functionality appears to overlap the db2_oci driver This driver provides undocumented bind variable mapping from ibm to oracle.The functionality appears to overlap the db2_oci driver
-{{tag>[ibm db2]}}+{{tag>[ibm db2 tier1]}}
  
 ===== Case Sensitivity In Table And Column Names ===== ===== Case Sensitivity In Table And Column Names =====
v5/database/ibm_db2.txt · Last modified: 2023/01/24 03:53 by mnewnham