SpeedBird Posted February 27, 2007 Share Posted February 27, 2007 I have a rather annoying problem trying to connect to an Access database. Here's what happens when I try to execute a script using CLI (php -a -e -f "c:\file.php"): 1. Command-line shows 'Interactive mode enabled' 2. Slight pause and then a pop-up error displays 'Application popup: php.exe - Application Error : The instruction at "0x1b29fd3d" referenced memory at "0x0a6e0000". The memory could not be "written". Click on OK to terminate the program Click on CANCEL to debug the program' 3. After clicking on OK I get another pop-up: Application popup: php.exe - Application Error : The instruction at "0x07070707" referenced memory at "0x07070707". The memory could not be "read". Click on OK to terminate the program. 4. In the application log there are three consecutive errors, all similar to 'Faulting application php.exe, version 5.2.1.1, faulting module msrd3x40.dll, version 4.0.6508.0, fault address 0x0002fd3d.' (only the fault address is different in each error). Is this likely to be a problem with the script, MS ODBC or PHP itself? Or is there another way to connect to an Access database from PHP other than ODBC that I could try? Link to comment https://forums.phpfreaks.com/topic/40365-odbc-problem-on-2003-server/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.