----- Forwarded message from Mauricio Amorim <[EMAIL PROTECTED]> -----
Delivered-To: [EMAIL PROTECTED]
From: "Mauricio Amorim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: DBD::Oracle
Date: Sat, 29 Sep 2001 19:52:36 -0300
Hi Tim
My name is Mauricio
I am using DBI with DBD::Oracle.
I did a query: "select MAX(field) from ....';
But if the query did not select any row, the perl show $sth->rows == 1 and
the array with the values is not undefined. (the values are undefineds)
Apparently, the sqlplus show any row (undefined), but if i did
"select count(*) from ....';, the sqlplus show 0.
You can help me ?
----- End forwarded message -----