Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> (no subject)

(no subject)

From: Arianna Veronesi <arianna_at_SP28.SP2.CINECA.IT>
Date: Wed, 3 Jan 1996 10:00:19 +0100
Message-Id: <9601030917.AA29666@alice.jcc.com>


I have a problem about Oracle Forms.
I have a table with a column 'col' declared as char(8). If I make a select ...  from ...
where col='value' where value is a a string less than 8 characters, the Oracle  database
retrieves also this record, while Forms doesn't retrieve it. I have checked with the debugger the query that it produced and it is the same that I have tried  directly
on Oracle database. I have also tried to apply a rpad to the string in order to  add
the blanks but it doesn't change anything and I can't manipulate the query  because it
is made automatically by the execute_query in Forms. Thanks,

        Arianna Veronesi Received on Wed Jan 03 1996 - 04:17:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US