EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-11-23 04:52 AM
Hi all,
Subject pretty much sums it up; I have a Data Table object in GeoSCADA which I would like to query (SQL) from a 3rd party application. Mainly SELECT queries, but also INSERT/UPDATE.
The purpose is for reporting, and for correcting/adjusting values in the Data Table.
Can it be done using the .NET Client API? Any examples available?
Failing that, what other options are available without getting too complex? Simple is preferred.
Finally, can a product like SQL Server Management Studio (or SS Reporting Services) connect and query the Data Table?
Thanks a million to everyone on the forum.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-11-26 02:13 AM
Access to tables is (a) via ODBC v1. You can use .Net or other code to access.
Note that some Microsoft and 3rd party software don't support v1, sometimes v3 only, so may not access Geo SCADA.
You can also use the Geo SCADA .Net Client API to bypass ODBC and query directly. Code examples in the GitHub.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-11-26 02:13 AM
Access to tables is (a) via ODBC v1. You can use .Net or other code to access.
Note that some Microsoft and 3rd party software don't support v1, sometimes v3 only, so may not access Geo SCADA.
You can also use the Geo SCADA .Net Client API to bypass ODBC and query directly. Code examples in the GitHub.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-11-29 11:49 AM
Thank you @sbeadle . Found example 'List References' on GitHub which was useful.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.