I have a simple table called MON_SCARICO :
sequenziale number(10)
tipo_record char(1)
hotel varchar2(5)
wher I use a TOracleQuery component for insert a record, if I specified the value of the char field directly on the sql text, there is no problem (1).
But if I use a variable for...