php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #33797 Multiple connections
Submitted: 2005-07-21 09:02 UTC Modified: 2020-09-27 19:16 UTC
Votes:2
Avg. Score:3.0 ± 2.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: gomar dot bijl at bu400 dot nl Assigned: cmb (profile)
Status: Duplicate Package: ODBC related
PHP Version: 5.0.3 OS: win2k
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gomar dot bijl at bu400 dot nl
New email:
PHP Version: OS:

 

 [2005-07-21 09:02 UTC] gomar dot bijl at bu400 dot nl
Description:
------------
Multiple connections to the same db is'n't possible.
As far as I have understood this is accepted in the documentation, but I consider it is as a bug. 
It is Quite commen that you want more than one connection to the same DB, isn't it.
E.G.: We need, at least two connections: One for de DB mutation in a  DB-transaction sequence (commit/Rollback) and a second connections for writing LOG-records. And you never want a ROLLBACK of an writen LOG-record.

I use MS-access, Oracle or DB2.

Reproduce code:
---------------
odbc_Connect()

Expected result:
----------------
You can have several connections to the same DB. And so that can set up each connection differently. (e.g. With or without autocommit)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-30 23:11 UTC] cmb@php.net
-Package: Feature/Change Request +Package: ODBC related
 [2020-09-25 13:36 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2020-09-25 13:36 UTC] cmb@php.net
> Multiple connections to the same db is'n't possible.

TIL.
 [2020-09-27 19:16 UTC] cmb@php.net
-Status: Verified +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2020-09-27 19:16 UTC] cmb@php.net
> TIL.

Well, not really, given that this is a duplicate of bug #22986.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC