ID:               21517
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         COM related
 Operating System: Windows 98
 PHP Version:      4.3.0
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

#21378


Previous Comments:
------------------------------------------------------------------------

[2003-01-08 23:38:17] [EMAIL PROTECTED]

Of course c:\\temp\test.mdb will be an valid access database.

------------------------------------------------------------------------

[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

Reply via email to