ID:               34799
 Updated by:       [EMAIL PROTECTED]
 Reported By:      turgutbayrak at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         ODBC related
 Operating System: windows 2003
 PHP Version:      4.4.1RC1
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




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

[2005-10-10 02:02:54] turgutbayrak at yahoo dot com

Description:
------------
Same code is not working on windows 20003.

Reproduce code:
---------------
$dbfile='..\db\test.mdb';
$conn = new COM("ADODB.Connection") or die ("Cannot start ADO"); 
$cstr = "DRIVER={Microsoft Access Driver(*.mdb)}; DBQ=$dbfile;";
$rc = $conn->Open( $cstr );

This code was working on windows 2000, but it's not working on windows
2003.

If "die" is in the connection string, it will not anything else a error
message: "Call to a member function on a non-object in "


Expected result:
----------------
to open connection.



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


-- 
Edit this bug report at http://bugs.php.net/?id=34799&edit=1

Reply via email to