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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 - 1 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 11:01:28 2024 UTC