ABL JDBC – RELEASE 1.1

New version of ABL JDBC driver for Progress Business Logic, release notes follows: new query engine for ABL query syntax support standard Progress ABL dynamic query syntax is fully supported extended support for group-by queries with aggregate functions (count, sum, …

ABL JDBC OVERVIEW

An overview document for ABL JDBC driver, what is it and how can it help you to get more from your existing Progress based application. https://acorn.ro/wp-content/uploads/2015/07/ablJDBC_overview.pdf

ABL JDBC – BETA TEST

Is there anyone using Java based reporting solutions like Birt, Pentaho, Jasper Reports and others that might be interested in a beta test for our new JDBC driver for Progress ABL? What it does basically is that you write the …

ABLJSON RELEASE V1.1

Version 1.1 available for download onhttp://sourceforge.net/projects/abljson/files/v1.1/ Updated documentation, added functions to serialize temp-table and dataset (de-serialization for temp-table), installation kit for Windows (include the binary shared library for cJSON). Limitations compared to commercial version: the pre-compiled shared library adds an …

ABLJSON RELEASE V1.0

First commercial release of JSON Parser for Progress ABL is available on share-it site, complete API documentation can be found here. The reader object can be used to load and parse a JSON string from either a file on the file system …

ABLJSON

First release of the wrapped ABL JSON parser on top of cJSON project is hosted on sourceforge and available for download here…http://sourceforge.net/p/abljson/home/In order to use it on Windows the cJSON source code need to be adapted slightly, the date/datetime support …

ABL JDBC OVERVIEW DIAGRAM

Just a quick and dirty overview diagram.The whole idea behind it is not do a plain JDBC driver for Progress as there is already one that works quite OK if one want to stream SQL statements into it. We want …

ABL JDBC

Just got the ABL JDBC driver to the alpha stage, this is already usable to fetch Progress data through Progress Application Server using plain Progress ABL by Java based tools like Pentaho Report, Birt, Pentaho ETL (Kettle). Why anyone will …