3700 ISL scripts can access the database using MDSSysUtilsProxy.dll, and something like:
DLLLoad hSQLDLL, "MDSSysUtilsProxy.dll"
DLLCALL_CDECL hSQLDLL, sqlInitConnection("micros", "ODBC;UID=support;PWD=support", "")
Does 9700 have an equivalent way to access the database through ISL?