&ENTRY (DLLname, entrypointname)
&entry &Entry
DLLname |
DLL name, which is a string value, such as F:\MYDLLS\MYFUNCS.DLL. |
entrypointname |
Name of an entry point exported by the DLL. |
The following statement
% &READDB = &ENTRY ("F:\ODBC\ODBCFCNS.DLL", "PerformSelect")
Defines a new function name, &READDB, which can be called like any other built-in function.
% &RC = &READDB ("CUSTDB", "SELECT * FROM CUSTOMER")