Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 1 <> 1 ??? Strange problem
Perhaps you could post some actual test cases that others could run?
Jared
Csillag Zsolt <starsoft_at_inte To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> rware.hu> cc: Sent by: Subject: 1 <> 1 ??? Strange problem root_at_fatcity.c om 12/10/01 10:20 AM Please respond to ORACLE-L
Hi,
I have noticed this strange error with two different database: 8i and 9i.
We have a cgi that worked well under 8i but not under 9i.
The problem was here :
If MyString = '' Then
Return xxx
End If ;
It never went in. I tried the following :
If 'string' = 'string' Then
If 1 = 1 Then
I don't understand why. Is this a bug?
There was a 8i database previously that behaved in this manner but after a
time
it solved the problem by itself.
Thank you
Zsolt Csillag,
Hungary
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Csillag Zsolt INET: starsoft_at_interware.hu Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Mon Dec 10 2001 - 13:24:53 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).