RE: [PHP] Re: Problem With ora_do

2002-07-05 Thread Grimes, Dean
-Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 3:51 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Problem With ora_do >I'm having a weird problem with ora_do. It works fine as long as I don't >have a "WHERE" clause in the

[PHP] Re: Problem With ora_do

2002-07-03 Thread Richard Lynch
>I'm having a weird problem with ora_do. It works fine as long as I don't >have a "WHERE" clause in the query. For example: > >select * from table_name > >works just fine but > >select * from table_name where col_name = value > >returns nothing. > >However, if I use ora_open, ora_parse and or