Recent content by gpdati

  1. G

    error writing char field

    Sorry but the problem is not the char field. Some informations : the application is logged on Oracle 8.1.7 with an Oracle Client Release 9.0.1.4.0. The table (mon_scarico) is not on the 8.1.7 DB : there is a synonym from here to the real table on an Oracle 7.3.3 (on another machine). So we have...
  2. G

    error writing char field

    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...
Back
Top