

Public Member Functions | |
| ADODB_ado_access () | |
| BeginTrans () | |
| CommitTrans () | |
| RollbackTrans () | |
Public Attributes | |
| $databaseType = 'ado_access' | |
| $hasTop = 'top' | |
| supports affected rows for update/delete? | |
| $fmtDate = "#Y-m-d#" | |
| uppercase function | |
| $fmtTimeStamp = "#Y-m-d h:i:sA#" | |
| used by DBDate() as the default date format used by the database | |
| $sysDate = "FORMAT(NOW,'yyyy-mm-dd')" | |
| Use 'true' to store the item compressed (uses zlib). | |
| $sysTimeStamp = 'NOW' | |
| name of function that returns the current date | |
| $hasTransactions = false | |
| can generate sequences using GenID(); | |
Definition at line 22 of file adodb-ado_access.inc.php.
| ADODB_ado_access.ADODB_ado_access | ( | ) |
Definition at line 31 of file adodb-ado_access.inc.php.
References ADODB_ado.ADODB_ado().

| ADODB_ado_access.BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADODB_ado.
Definition at line 36 of file adodb-ado_access.inc.php.
| ADODB_ado_access.CommitTrans | ( | ) |
Definition at line 38 of file adodb-ado_access.inc.php.
| ADODB_ado_access.RollbackTrans | ( | ) |
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADODB_ado.
Definition at line 40 of file adodb-ado_access.inc.php.
| ADODB_ado_access.$databaseType = 'ado_access' |
| ADODB_ado_access.$hasTop = 'top' |
supports affected rows for update/delete?
Reimplemented from ADOConnection.
Definition at line 24 of file adodb-ado_access.inc.php.
| ADODB_ado_access.$fmtDate = "#Y-m-d#" |
uppercase function
Reimplemented from ADODB_ado.
Definition at line 25 of file adodb-ado_access.inc.php.
| ADODB_ado_access.$fmtTimeStamp = "#Y-m-d h:i:sA#" |
used by DBDate() as the default date format used by the database
Reimplemented from ADODB_ado.
Definition at line 26 of file adodb-ado_access.inc.php.
| ADODB_ado_access.$sysDate = "FORMAT(NOW,'yyyy-mm-dd')" |
Use 'true' to store the item compressed (uses zlib).
Reimplemented from ADOConnection.
Definition at line 27 of file adodb-ado_access.inc.php.
| ADODB_ado_access.$sysTimeStamp = 'NOW' |
name of function that returns the current date
Reimplemented from ADOConnection.
Definition at line 28 of file adodb-ado_access.inc.php.
| ADODB_ado_access.$hasTransactions = false |
can generate sequences using GenID();
Reimplemented from ADOConnection.
Definition at line 29 of file adodb-ado_access.inc.php.