PostgreSQL Library for Elipse E3.
Autor
Mateus Machado
Autor
Mateus Machado
This article will show you how to install and configure the PostgreSQL Database step by step, in order to use it with E3 via ODBC connection. To do so, you…
Question: Can I use a parallel hardkey (Hasp-4 model) with E3 versions higher than 3.0? Solution: No, you can’t. With versions higher than 3.0, you must use the HL model…
Question: When using historic pens, the E3Chart connects the points where the application was not communicating. How can I prevent this from happening? Solution: To do so, in E3Studio, you…
Question: Why is the message Query: ‘Query1’ is not valid. :16 being displayed on an E3Chart’s legend Status column? Solution: This can happen when the pen requires a Query (that…
Question: Is there a command to open windows that is similar to MsgBox, but with a field for typing text? Solution: Yes, this is what VBScript’s InputBox is for. Script…
Question: Can tags with the same name be inserted into different Projects of a Domain? Solution: Yes, they can. However, to do so, the Projects must be inserted in different…
Question: How can retrieve the number of records that have been returned by a query? Solution: To do so, you must use the RecordSet‘s RecordCount property. The example below shows…
Autor
Guilherme Taschetto
Question: How can I connect Elipse E3 to a PostgreSQL database? Does it have native support to this database, or do I need to perform any extra procedures to do…