Recent content by Charley

  1. C

    Trailing Space

    Yes i know that but with the OracleSession.Preferences.TrimStringField := True this does not occurs ? With the DOA 3.4.6 this work fine, i precise !
  2. C

    Trailing Space

    Oups... I work with PL/Sql 7.0.2 and DOA 4.0.7
  3. C

    Trailing Space

    Hi, I have a probleme... ;-) CREATE TABLE TEST ( KEY NUMBER, COLUMN AAAA CHAR(1), COLUMN BBBB CHAR(1) ); create or replace procedure Test ( pi_Key in TEST.NUMBER%TYPE, po_AAAA in TEST.AAAA%TYPE, po_BBBB in TEST.BBBB%TYPE ) is begin SELECT AAAA, BBBB INTO...
Back
Top