Johnson, Shaunn wrote: > Howdy: > > With the PostgreSQL DBI, you can get a > number of tuples (with ntuples) from > some previously SQL query. > > For example, I have : > > [snip] > use Pg;
Shaunn, that's not DBI. > ... > My question: Is there an Oracle version of 'ntuples'? > I don't see any reference of this in the Perl DBI book. With DBI, statement handles have a "rows" method you can use to determine the number of rows that have been fetched. Be sure to read the docs to see the caveats on the use of this method. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]