php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32260 odbc_connect on network MS-Access database
Submitted: 2005-03-10 11:00 UTC Modified: 2005-03-23 23:52 UTC
From: bidouille at beaussier dot com Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 5.0.3 OS: Win32
Private report: No CVE-ID: None
 [2005-03-10 11:00 UTC] bidouille at beaussier dot com
Description:
------------
It's unable to connect to a MS-Access database located on a network drive.
That's work only on the local drive (e.g. [C:]).

Reproduce code:
---------------
$cfg_dsn = "DRIVER=Microsoft Access Driver (*.mdb);
DBQ=X:/Access.mdb;
UserCommitSync=Yes;
Threads=3;
SafeTransactions=0;
PageTimeout=5;
MaxScanRows=8;
MaxBufferSize=2048;
DriverId=281;
DefaultDir=C:/Progra~1/CommonFiles/ODBC/DataSources";

$cfg_dsn_login = "";
$cfg_dsn_mdp = "";

odbc_connect($cfg_dsn,$cfg_dsn_login,$cfg_dsn_mdp);

Expected result:
----------------
odbc_connect must be return a resource id.

Actual result:
--------------
odbc_connect results a error message 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-10 11:02 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2005-03-20 18:13 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2005-03-22 09:45 UTC] bidouille at beaussier dot com
Sorry, I don't understand what you means: "Not enough information". I give you an example. If you try it, you'll see.
 [2005-03-23 23:52 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 00:01:32 2024 UTC