Accessing a database via E3Query.
1) Introduction Although widely used in supervisory systems, proprietary databases, which can only be used by the software generating the data, are not the most flexible solution in this case.…
1) Introduction Although widely used in supervisory systems, proprietary databases, which can only be used by the software generating the data, are not the most flexible solution in this case.…
Question: How can I set up an E3Query to retrieve data from an Oracle view? Solution: To do so, just use the SQL SELECT command to select the data the…
Question: What is the syntax for creating variables in E3Query? Solution: To create a variable, just inform any name between these symbols: for a numeric value. ‘‘ for a…
Embora ainda sejam bastante utilizados em sistemas de supervisão, bancos de dados proprietários, que somente podem ser utilizados pelos softwares que geram os dados, não são a solução mais flexível neste caso. Outra possibilidade neste caso é o uso de bancos de dados comerciais (sejam eles gerenciadores de arquivos ou gerenciadores de bancos de dados). Dentre esses, destacamos o MS-Access, o MS-SQL Server e o Oracle. Entretanto, as tecnologias de acesso a esses softwares têm evoluído bastante nos últimos anos. Aqui, comentaremos algumas delas, antes de apresentar o E3 Query.
Autor
Paulo Henrique Soares Maciel
Question: How can I group data from an Elipse E3 Query within certain time interval? For example, what can I do when I need the sampling time to show data…
Descrição: Como posso agrupar dados de uma Consulta do Elipse E3 por um intervalo de tempo pré-definido? Por exemplo, preciso que o tempo de amostragem dos dados seja de 45…
Question: How can I add/remove columns from an E3Browser? Solution: E3Browser is an ActiveX control used for visualizing data stores in the database, be they generated by Elipse E3…
Question: How can I transfer data between two different tables from a query with Elipse E3? Solution: The object E3Query helps setting up queries in the application’s database. This object…
Question: How can I work around a syntax error in a stored procedure in an Oracle database? I developed a stored procedure in an Oracle 11g databse which returns an…
Question: How can I join data from two different tables (on the same database) with FULL OUTER JOIN function? I need to join data from two tables that share a…