Question:
Solution:
If you’re using any Elipse E3 version prior to 6.5, you can also connect to the PostgreSQL database. However, you won’t have native support to it, and therefore need to connect to it via OBDC. To do so, you must be sure you have its connection string (you can check it at www.connectionstrings.com for more information), and then add it to a script. In this case, you will not be able to use any E3 database objects, such as Historic, Storage, and E3Query.
Due to these limitations, whenever you use this database, the E3 application will usually record all data with a database with native support in older versions (Access, SQLServer, or Oracle), and then the database will periodically execute a direct command to export all data to PostgreSQL (in this case, you can use a StoredProcedure that does this automatically).