Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Did I get any records?

by TheoPetersen (Priest)
on Jul 18, 2001 at 01:31 UTC ( [id://97465]=note: print w/replies, xml ) Need Help??


in reply to Did I get any records?

It sounds as if $RS is coming back as undef or a plain scalar if the SQL doesn't return any records. You should check the return value of $dbConn->Execute("$SQL") before entering the while loop.

Replies are listed 'Best First'.
Re: Re: Did I get any records?
by THuG (Beadle) on Jul 18, 2001 at 01:36 UTC
    You mean something like while ($RS && !$RS->{EOF})?
      Sounds good :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://97465]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-28 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found