5. Embedded SQL for Ada : Advanced Processing : User-Defined Data Handlers for Large Objects : ESQL/Ada Usage Notes
 
Share this page                  
ESQL/Ada Usage Notes
When using ESQL/Ada, the following notes apply:
The datahandler, and datahandler argument, should not be declared in an ESQL declare section. Therefore do not use a colon before the datahandler or its argument.
You must ensure that the datahandler argument is a valid Ada variable address. ESQL will not do any syntax or datatype checking of the argument.
The datahandler must be declared to return an integer. However, the actual return value will be ignored.