Re: :Oracle row count not working

2002-11-14 Thread George Schlossnagle
olina.rr.com] Sent: Thursday, November 14, 2002 3:10 PM To: [EMAIL PROTECTED] Subject: DBD::Oracle row count not working Hello all, I've been using DBD::Oracle for quite some time now, but have just noticed a major problemI can't get the number of rows returned from a query. Here

Re: :Oracle row count not working

2002-11-14 Thread Wiggins d'Anconia
::Oracle row count not working Hello all, I've been using DBD::Oracle for quite some time now, but have just noticed a major problemI can't get the number of rows returned from a query. Here's my code: #db2 handle defined here $sth2 = $dbh2->prepare($select);

RE: :Oracle row count not working

2002-11-14 Thread Peter Kappus
completely off so hopefully somebody knowledgeable will correct me on this. good luck. -Peter -Original Message- From: Kevin Old [mailto:kold@;carolina.rr.com] Sent: Thursday, November 14, 2002 3:10 PM To: [EMAIL PROTECTED] Subject: DBD::Oracle row count not working Hello all, I've

DBD::Oracle row count not working

2002-11-14 Thread Kevin Old
Hello all, I've been using DBD::Oracle for quite some time now, but have just noticed a major problemI can't get the number of rows returned from a query. Here's my code: #db2 handle defined here $sth2 = $dbh2->prepare($select); $sth2->execute; $rv2 = $sth2-