Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros 9700 SQL access via SIM/ISL

Status
Not open for further replies.

regilobo

Programmer
Aug 18, 2003
85
US
3700 ISL scripts can access the database using [tt]MDSSysUtilsProxy.dll[/tt], and something like:

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?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top