microsguru2
IS-IT--Management
Does anyone have any vb sample code that parses the data received from a micros ISL script? (txmsg)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SUB OPENSQL
IF SQL_H = 0
RETURN
ENDIF
VAR CON_STATUS : N9
DLLCALL_CDECL SQL_H, sqlIsConnectionOpen( REF CON_STATUS )
IF CON_STATUS = 0
DLLCALL_CDECL SQL_H, sqlInitConnection("micros", "ODBC;UID=custom;PWD=custom", "")
ENDIF
ENDSUB