3700 ISL scripts can access the database using [tt]MDSSysUtilsProxy.dll[/tt], and something like:
Does 9700 have an equivalent way to access the database through ISL?
Code:
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?