ID: 13356 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: COM related Operating System: Windows 2000 PHP Version: 4.0CVS-2001-09-17 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2001-09-23 20:15:46] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [2001-09-23 07:08:05] [EMAIL PROTECTED] 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-17 23:06:17] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=13356&edit=1