PI SQL Client OLEDB limitations
- Last UpdatedSep 29, 2022
- 1 minute read
- PI System
- PI SQL Client OLEDB 2021
- Developer
Data types
The following data types are not supported:
-
.NET (AF) Object
-
COM Object
-
VARIANT containing GUID
-
VARIANT containing timestamp
Transactions
Manual transactions are not supported. Queries should be executed in auto-commit mode. If an application cannot use auto-commit, be aware that queries are executed immediately and commit has no effect. This also means that rollback has no effect.
For more information, see Database connection format.
Batch processing
Batch processing is currently not supported with the RTQP Engine.