ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:access

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
v5:database:access [2016/02/21 22:39] – [Driver Specific Issues] mnewnhamv5:database:access [2020/01/13 13:06] (current) – Add tier2 tag dregad
Line 13: Line 13:
 ^ADOdb V6|Yes| ^ADOdb V6|Yes|
 == Alternatives == == Alternatives ==
-[[v5:database:ado|ADO Driver For Access]]\\ 
 [[v5:database:pdo#pdo_access|PDO Driver For Access]] [[v5:database:pdo#pdo_access|PDO Driver For Access]]
 </WRAP> </WRAP>
Line 23: Line 22:
 ===== Driver Specific Issues ===== ===== Driver Specific Issues =====
 In ADOdb V5, the field type returned in [[v5:dictionary:metacolumns]] is the metaType, not the actualType. For more on this issue, see [[https://github.com/ADOdb/ADOdb/issues/184|This Thread]] on Github. This behaviour changed in Version 5.21, but a backward compatibility mode is provided: In ADOdb V5, the field type returned in [[v5:dictionary:metacolumns]] is the metaType, not the actualType. For more on this issue, see [[https://github.com/ADOdb/ADOdb/issues/184|This Thread]] on Github. This behaviour changed in Version 5.21, but a backward compatibility mode is provided:
 +-----------------------
 <code php> <code php>
 $db = newAdoConnection('access'); $db = newAdoConnection('access');
Line 57: Line 57:
 </code> </code>
  
-{{tag>[access supported]}}+{{tag>[access supported tier2]}}
  
v5/database/access.1456090784.txt.gz · Last modified: 2017/04/21 11:26 (external edit)