bugphpGroupWare - Bugs: bug #4677, affected_rows -...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4677: affected_rows - class.db_mssql.inc.php

Submitted by:  Sigurd Nes <sigurdne>
Submitted on:  Fri 08 Aug 2003 05:54:54 PM UTC  
 
Item Group: NoneCategory: API - phpGroupware API
Severity: 3 - NormalPriority: 5 - Normal
Status: FixedPrivacy: Public
Assigned to: Dave Hall <skwashd>Open/Closed: Closed
Component Version: NoneOperating System: None
Reproducibility: NonePlanned Release: None
Fixed Release: 

Thu 09 Oct 2003 03:34:14 AM UTC, comment #1:

Fixed in 16 and HEAD

Dave Hall <skwashd>
Project AdministratorIn charge of this item.
Fri 08 Aug 2003 05:54:54 PM UTC, original submission:

there is no mssql_affected_rows function.
pleace replace
return mssql_affected_rows($this->Query_ID);
with
$rsRows = mssql_query("select @@rowcount as rows");
return mssql_result($rsRows, 0, "rows");

Sigurd Nes <sigurdne>
Project Member

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Thu 09 Oct 2003 03:34:14 AM UTCskwashdStatusNone=>(Error - Not Found)
  Assigned toNone=>NA
  Open/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1