ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:setconnectionparameter

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v5:reference:connection:setconnectionparameter [2022/07/13 03:27] – [IDM DB2] mnewnhamv5:reference:connection:setconnectionparameter [2022/07/13 03:30] – [IDM DB2] mnewnham
Line 89: Line 89:
  
 ==== IDM DB2 ==== ==== IDM DB2 ====
 +Parameters must be chosen from the list of DB2 [[https://www.php.net/manual/en/function.db2-connect|Connection Parameters]]
 <code php> <code php>
 /* /*
- Connecting to DB2 Database+ Example Setting Auto-commit
  */  */
 $db->setConnectionParameter('autocommit',DB2_AUTOCOMMIT_ON); $db->setConnectionParameter('autocommit',DB2_AUTOCOMMIT_ON);
v5/reference/connection/setconnectionparameter.txt · Last modified: 2022/07/13 03:47 by mnewnham