Recent content by Stefan Heymann

  1. S

    TLobLocator parameter in a writing Package function

    [This message has been edited by Stefan Heymann (edited 20 October 2000).]
  2. S

    TLobLocator parameter in a writing Package function

    I have the following problem: I have a package function which expects a CLOB as an IN parameter and writes the passed data to the DB. The Package Wizard creates the following prototype for this function: When I try to write data using this function I get an access violation error. My test...
  3. S

    Problems with Package Wizard

    And what about the "equal signature" problem? ------------------
  4. S

    Problems with Package Wizard

    Hello Marco, I have the following problems with the Package Wizard (DOA 3.4.2): - The Oracle type "integer" is translated to the Delphi type "Double" (which makes it more difficult to access if you want to use integers) - when you have equally named functions in PL/SQL (which become...
Back
Top