How to query rdb manager tables with real sql from WinCC OA...


There is a function "runRealSQLQuery". This function sends a sql query directly to the Oracle database which is used by the RDB Manager.

dyn_dyn_anytype res;

runRealSQLQuery("select * from elements",res);

DebugTN(res);

 

The following DLL must be loaded:

[ctrl]
CtrlDLL = "CtrlRDBArchive"

 

Last update:
2014-09-09 22:08
Author:
Andreas Vogler
Revision:
1.0
Average rating:0 (0 Votes)

You cannot comment on this entry

Chuck Norris has counted to infinity. Twice.