php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8516 Random errors using multiple queries
Submitted: 2001-01-02 10:57 UTC Modified: 2001-06-21 11:22 UTC
From: cris at dsnet dot net Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.3pl1 OS: Windows 2000
Private report: No CVE-ID: None
 [2001-01-02 10:57 UTC] cris at dsnet dot net
Using ODBC to connect to SQL Server 2000 remotely via sys dsn. Dist. php.ini

When executing multiple unprepared selects (not tested with prepared selects) simultaneously, ODBC randomly closes result sets. The selects are being called through a data class which works with MySQL, Postgre, Interbase, and ODBC. I cannot reproduce this any other way than with ODBC.

It APPEARS to be less frequent with SQL_CUR_USE_ODBC, but not by much. It is also a big kicker that it is entirely random, though more often than not.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-31 11:33 UTC] kalowsky@php.net
can you please:
A) try this with a recent release?
B) if it still occurs, attach a simple sample script to reproduce this ?
 [2001-06-21 11:22 UTC] kalowsky@php.net
no user feedback.  
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC