Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> (no subject)
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