Version
v1.17.0.0 |
Requirements
CitectSCADA v6.10 or higher. |
Description
This dll can be used to interact with Microsoft’s ActiveX Data Objects (ADO) from Citect. Previous versions have been known to cause runtime crashes (Bug #43223). The PlusADO DLL was written to avoid a lockup situation when using the built in SQL Cicode commands. When running the SQL commands, CitectSCADA can pause briefly while the query is being run which can interrupt some communications. This does not typically show itself until a command is executed to a server which is offline, or a query is run that takes a bit longer to execute, which can occur more often to remote SQL servers. The attached DLL is written to run the Microsoft ADO commands in another Windows thread space and give control back to CitectSCADA while the command is executing. To add this to your project, just copy the ‘PLUSADOCon.dll’ and the ‘PLUSADOCon.ci’ file to your CitectSCADA project. The new commands will then be available to use. The DLL is also used by the CSV_DB functions in the CSV_Include project. |
Author
Tim Campbell |
Submitter
Tim Campbell |