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