ABL.JDBC V.1.2.0

In Progress by Marian Edu

A new version of ABL JDBC driver for OpenEdge business logic was released. added support for SQL syntax added support for update operations (CREATE, UPDATE, DELETE); for both ABL and SQL syntax improved handling of error/warning

BONITA BPM CONNECTOR FOR ABL BUSINESS LOGIC

In Open Source, Progress by Marian Edu

The ABL Business Logic connector for Bonita Open Solution leverage your existing application business logic by exposing it to the BPM suite in a standard way through the ABL JDBC driver for Business Logic.More info about the connector here …

BIRT ODA DATA SOURCE FOR OPENEDGE ABL

In Progress by Marian Edu

Does your existing application business logic expose data ‘services’ using temp-tables or data-sets and willing to re-use that for application’s reporting needs? Now you can re-use your existing application business logic and retrieve the report data even in complex data …

ABL JDBC – RELEASE 1.1

In Progress by Marian Edu

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

In Progress by Marian Edu

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

In Progress by Marian Edu

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

In Open Source, Progress by Marian Edu

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

In Progress by Marian Edu

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

In Progress by Marian Edu

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

In Progress by Marian Edu

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 …