Recent content by jleg

  1. J

    Pb initialising 2 CLOB columns with 1 TLobLocator

    Clear explanation. Thank you.
  2. J

    Pb initialising 2 CLOB columns with 1 TLobLocator

    Cool, it works fine. Thank's very much. But, i would like to know what is the real difference between the both TLobLocator's constructors? In the CreateTemporary constructor, the last parameter (cache) can be put to True (cache on client) or False (cache on server). What is the best solution ...
  3. J

    Pb initialising 2 CLOB columns with 1 TLobLocator

    Hi all, I've a problem to initialise 2 CLOB columns in 2 different tables with the same TLobLocator through PL/SQL procedure. Take a look at this simplified scheme to view the problem. I have 2 PL/SQL procedures defined like this. Create or Replace procedure P1 (iID in PLS_INTEGER, ioLOB in...
Back
Top