Exporting data from WinCC OA to SQLite

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
4 posts • Page 1 of 1
cpollak
Posts:21
Joined: Wed Sep 25, 2013 11:31 am

Exporting data from WinCC OA to SQLite

Post by cpollak »

Hello,

is there a possibility to extract/export data from WinCC OA database to external open-source database such as SQLite?

Thanks in advance for tipps!

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: Exporting data from WinCC OA to SQLite

Post by Gertjan van Schijndel »

You could use OPC, OleDB provider, COM manager or with 3.13 the reporting interface to read values from the WinCC OA database.

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Exporting data from WinCC OA to SQLite

Post by leoknipp »

Hello,

with the CTRL-functions to access external database you can read/write data in external databases.
Maybe this also works for SQLite-databases.

For detailed information please have a look at the WinCC OA online help:
CONTROL --> Types of funtions --> Database functions.

Best Regards
Leopold Knipp
Senior Support Specialist

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Exporting data from WinCC OA to SQLite

Post by mkoller »

yes, there is.
On Linux we provide the native Qt plugins for SQLite, MySQL , PostgreSQL, unixODBC (and OCI for the proprietary db) we use with the CtrlADO extension.
Check the *sqldrivers* rpm packages we provide and check the CtrlADO functions like dbOpenConnection() etc.

4 posts • Page 1 of 1