PHP 忒聊 綴豖 ヶ輛 OCIRowCount (PHP 3 = 3.0.7, PHP 4) Description OCIRowCount() returns the number of rows affected for eg update-statements. This function will not tell you the number of rows that a select will return! 瞰赽 1. OCIRowCount ?php print "HTML PRE "; $conn = OCILogon("scott","tiger"); $stmt = OCIParse($conn,"create table emp2 as select * from emp"); OCIExecute($stmt); print OCIRowCount($stmt)." rows inserted. BR "; OCIFreeStatement($stmt); $stmt = OCIParse($conn,"delete from emp2"); OCIExecute($stmt); print OCIRowCount($stmt). "rows deleted. BR "; OCICommit($conn); OCIFreeStatement($stmt); $stmt = OCIParse($conn,"drop table emp2"); OCIExecute($stmt); OCIFreeStatement($stmt); OCILogOff($conn); print" /PRE /HTML ";? 綴豖 れ萸 ヶ輛 OCIRollback 奻珨撰 OCISaveLob