HostingTrade :: Powerful Hosting Solutions
Home Hosting Domains Support About
Satisfied Customers - that's our brand...
Client Login




Support
FAQ
Forums
HelpDesk (NEW!)

Documentation

Statistics
Goodies
HostingTrade.com Web Hosting
Status Verified by
Web Hosting Stuff

Monitored by
UptimeAgent

DNameTrade.com :: Low Cost Domain Names
.: Useful Links :.

Confused with
tech-lingo?

NetLingo.com
Documentation

ocirowcount

(PHP 3>= 3.0.7, PHP 4 )

ocirowcount -- Gets the number of affected rows

Description

int ocirowcount ( resource stmt)

ocirowcount() returns the number of rows affected for e.g. update-statements. This function will not tell you the number of rows that a select will return!

Example 1. ocirowcount() example

<?php
    
echo "<pre>";
    
$conn = OCILogon("scott", "tiger");
    
$stmt = OCIParse($conn, "create table emp2 as select * from emp");
    
OCIExecute($stmt);
    echo
OCIRowCount($stmt) . " rows inserted.<br />";
    
OCIFreeStatement($stmt);
    
$stmt = OCIParse($conn, "delete from emp2");
    
OCIExecute($stmt);
    echo
OCIRowCount($stmt) . " rows deleted.<br />";
    
OCICommit($conn);
    
OCIFreeStatement($stmt);
    
$stmt = OCIParse($conn, "drop table emp2");
    
OCIExecute($stmt);
    
OCIFreeStatement($stmt);
    
OCILogOff($conn);
    echo
"</pre>";
?>

 
© 2003-2009 . Service Line, Inc.
2Checkout.com, Inc. is an authorized retailer of HostingTrade.com