Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> Microsoft OLE DB Provider for ODBC Drivers<br/><b>Description:</b> [Microsoft][ODBC Microsoft Access Driver] Undefined function 'IFNULL' in expression.' in D:\xampplite\htdocs\testphp.php:6 Stack trace: #0 D:\xampplite\htdocs\testphp.php(6): com->Execute('select (IFNULL(...') #1 {main} thrown in D:\xampplite\htdocs\testphp.php on line 6
Code
<?
$strConn = new COM("ADODB.Connection",NULL, CP_UTF8) or die("Cannot start ADO");
$strConn->Open("DRIVER={Microsoft Access Driver (*.mdb, *.accdb)}; DBQ=" . realpath("E://test.accdb"));