ID: 21517
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: COM related
Operating System: Windows 98
PHP Version: 4.3.0
New Comment:
Of course c:\\temp\test.mdb will be an valid access database.
Previous Comments:
------------------------------------------------------------------------
[2003-01-08 07:44:59] [EMAIL PROTECTED]
With this new version 4.3.0 if I open an ADODB connection with an
Access database php crash.
Windows '98, Xitami Web Server.
$dbc = new COM("ADODB.Connection") or die("Cannot start ADO");
$connstr = "DRIVER={Microsoft Access Driver (*.mdb)};";
$connstr .= "DBQ='c:\test.mdb';uid=;pwd=;";
$dbc->open($connstr);
With php 4.2.3 the script run well.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21517&edit=1