WinCC OA v3.18 P012 Mysql 8.0 Test Code : #uses "CtrlADO" main() { int rc; dbConnection conn; string conStr = "DSN=DB_MySQL"; // ODBC rc = dbOpenConnection(conStr,conn); //SQL string queryStr = "SELECT * FROM Station"; ...
Examples can be found in the Java/src/test directory and in the examples directory, please read the examples/WinCCOA/Readme.txt. The JClient class is an easy to use static class. It should be thread safe and callback functions are processed in a separate thread, so that the main WinCC...
WinCC OA v3.18 P012 Mysql 8.0 Test Code : #uses "CtrlADO" main() { int rc; dbConnection conn; string conStr = "DSN=DB_MySQL"; // ODBC rc = dbOpenConnection(conStr,conn); //SQL string queryStr = "SELECT * FROM Station"; ...
After starting the manager, process winccoactrl.exeusage the memory is infinitely increasing.Script trigger: 1 second. OS Windows server 2019WinCC OA v3.18 P012Mysql 8.0 Test Code : #uses "CtrlADO"main(){int rc;dbConnection conn;string conStr = "DSN=DB_MySQL";// ODBCrc = dbO...