Creating a cumulative sum with an SQL database using just one Query.

To create a cumulative sum of a table field, you can set up a Query with SQL’s Inner Join command. Example:         Date/Hour                     Field                 Accumulated 20/02/2014 09:54:05                1                              1 20/02/2014…

KB-64100: Retornando uma linha específica de arquivos texto (TXT) pelo E3.

Descrição: Como retornar o conteúdo de uma linha específica de um arquivo TXT? Solução: Para isto, deve-se utilizar os métodos dos objetos FileSystemObject. Exemplo: Const ForReading = 1 Set fso = CreateObject(“Scripting.FileSystemObject”) Set f…