I am trying to write a script that will query and at times update a custom table in the micros database. It works fine when running ops on the micros server or on a win32 client. However, when running on micros Windows CE client (workstation 4 or 5), we get an error "integer overflow" and then "undefined function" when it gets to the DLLLoad command. Is it possible to use MDSSysUtilsProxy.dll to connect to the database using a windows CE client?
below is an example of where the error happens:
if hODBCDLL = 0
DLLLoad hODBCDLL, “MDSSysUtilsProxy.dll"
endif
if hODBCDLL = 0
exitwitherror “Unable to Load MDSSysUtilsProxy.dll”
endif
Does anyone have an example script that works?
below is an example of where the error happens:
if hODBCDLL = 0
DLLLoad hODBCDLL, “MDSSysUtilsProxy.dll"
endif
if hODBCDLL = 0
exitwitherror “Unable to Load MDSSysUtilsProxy.dll”
endif
Does anyone have an example script that works?