ID:               32260
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bidouille at beaussier dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         ODBC related
 Operating System: Win32
 PHP Version:      5.0.3
 New Comment:

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.


..


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

[2005-03-22 09:45:44] 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-20 18:13:42] [EMAIL PROTECTED]

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-10 11:02:02] [EMAIL PROTECTED]

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-10 11:00:50] 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 


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


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

Reply via email to