Restrictions and Limitations
Currently the following restrictions and/or limitations apply to the ITP Oracle Connection:
- Data Retrieval Statements and Key Retrieval Statements can only use the SQL SELECT statement. It is not (yet) possible to use other SQL statements (like CREATE or DROP) or call Stored Procedures or Stored Functions.
- The UPDATE statement can be used to create DID defined functions to update the database. Such a DID defined function however always expects a result.
- Use formal parameters of type W_CHAR if the corresponding columns are specified as Unicode in the database.