php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34799 mdb file connection
Submitted: 2005-10-10 02:02 UTC Modified: 2005-10-10 07:49 UTC
From: turgutbayrak at yahoo dot com Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.4.1RC1 OS: windows 2003
Private report: No CVE-ID: None
 [2005-10-10 02:02 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-10 07:49 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC