Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 1 <> 1 ??? Strange problem
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-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). Received on Mon Dec 10 2001 - 12:55:11 CST