RDB accessing external function -
11-24-2004
, 04:17 AM
Hello,
System :
VMS 7.3 + rdb 7.1
I have defined a logical for the
name of a shared library containing
an external function.
This external function is called
when an insert is done in the database.
That works fine.
The insert can be done by different
applications (GNAT Ada / DEC Ada).
When inserting with GNAT Ada I cannot
have a DEC ada external function (Deadlock).
Questions :
- Is the logical (shared library)
dependant of the calling process ?
Calling process -> RDB -> External fct
Thanks,
Sebastien. |