Re: 1 <> 1 ??? Strange problem

2001-12-10 Thread Jared . Still


Perhaps you could post some actual test cases
that others could run?

Jared




   
 
Csillag Zsolt  
 

rware.hu>cc:   
 
Sent by: Subject:     1 <> 1 ??? Strange problem   
 
[EMAIL PROTECTED] 
 
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
-- never come here
End If ;


If 1 = 1 Then
   -- never come here either
End If ;

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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



1 <> 1 ??? Strange problem

2001-12-10 Thread Csillag Zsolt


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
-- never come here
End If ;


If 1 = 1 Then
   -- never come here either
End If ;

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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).