Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Scope is just not for Fresh Breath

by 2501 (Pilgrim)
on Dec 28, 2000 at 22:51 UTC ( [id://48660]=note: print w/replies, xml ) Need Help??


in reply to Scope is just not for Fresh Breath

I've had problems with fetchrow before if you are using a SQL function. i.e.:
select max(price) from foo where bar
In that case, fetchrow always returns something which triggers any loops to be true, but the value of what it returned could be null or intended as false. The max() function is somehow screwing with it. If I were to remove max() it would fail the loop.
That problem caused much hair to be lost on my part:)
I would be interested in seeing the query.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-23 15:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found