Source for file adodb-ado_access.inc.php
Documentation is available at adodb-ado_access.inc.php
V4.97 22 Jan 2008 (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence. See License.txt.
Set tabs to 4 for best viewing.
Latest version is available at http://adodb.sourceforge.net
Microsoft Access ADO data driver. Requires ADO and ODBC. Works only on MS Windows.
if (!defined('_ADODB_ADO_LAYER')) {
if (PHP_VERSION >= 5) include(ADODB_DIR. "/drivers/adodb-ado5.inc.php");
else include(ADODB_DIR. "/drivers/adodb-ado.inc.php");
var $hasTop = 'top'; // support mssql SELECT TOP 10 * FROM TABLE
var $sysDate = "FORMAT(NOW,'yyyy-mm-dd')";
|