The following statement brings back nothing

select UPI, ORG from REDEP.UPI_WEB_DS where REC_VALUE = 'test'

The following statement brings back one row
select UPI, ORG from REDEP.UPI_WEB_DS where REC_VALUE = 'uczmdsk1'



-----Original Message-----
From: Angelo Zanetti [mailto:[EMAIL PROTECTED] 
Sent: 26 August 2005 13:14
To: Raz
Cc: David Skyers; php-general@lists.php.net
Subject: Re: [PHP] Help Needed


does the actual SQL statement bring back any info if you do it through
the oracle interface, perhaps the problem isnt php but the SQL
statement. HTH

Angelo


Raz wrote:

>Leading back in the code, that would suggest that $nrows is not greater

>than zero - could be a problem with $nrows then, and anything 
>associated with that, i.e. $stmt, whether there is content in the db 
>where REC_VALUE = 'uczmdsk1' etc. etc.
>
>Work back down the chain and see if you can find anomalies...
>
>raz
>
>  
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to