php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13356 ADODB Recordset issue
Submitted: 2001-09-17 23:06 UTC Modified: 2002-05-30 19:41 UTC
From: jason at ubdev dot com Assigned:
Status: Closed Package: COM related
PHP Version: 4.0CVS-2001-09-17 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jason at ubdev dot com
New email:
PHP Version: OS:

 

 [2001-09-17 23:06 UTC] jason at ubdev dot com
I'm testing on PHP version 4.0.8-dev (Sept 10, 2001).

When retrieving a recordset using ADODB, it reports:

"Warning: Type not supported or not yet implemented."

It should not display this warning, as it seems to be retrieving the Recordset correctly.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-23 07:08 UTC] phanto@php.net
could you provide the shortest possible script that causes this warning. could it be possible that you try to access a record field, that is not supported.

-harald.
 [2001-09-23 20:15 UTC] jason at ubdev dot com
According to my code, I used the ADO Execute function.
$rs = $conn_obj->Execute($command, $records_affected, 1);

which causes an error.

When I change this to

$rs = $conn_obj->Execute($command);

it no longer results in the error. Perhaps the additional arguments are not supported in the new version.
 [2002-05-30 19:41 UTC] phanto@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC