Object-Oriented ODBC in open sources

From: Michael Ma <z_f_ma(at)hotmail(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Object-Oriented ODBC in open sources
Date: 2016-03-02 16:18:47
Message-ID: COL127-W20A77A97CE95ACFF0EE0CBDFBC0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,
Our application is using RogueWave dbtool to access Informix. Now we are planning to replace Informix with PostgreSQL, and at the same time, replace RogueWave dbtool with some kind of open sources.
I notice that there is the libpq from PostgreSQL, but seems that libpq is not on the same level as RogueWave dbtool. The libpq is embedding native SQL statements, like esql does, while RogueWave dbtool is Object-Oriented, hiding all SQL statements from developers.
My question is, are there any open sources, which is Object-Oriented, similar to RogueWave dbtool?
I did searches on the internet, but unable to find any.
Thank you, and have a good day,
Michael

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2016-03-02 19:02:38 Re: Object-Oriented ODBC in open sources
Previous Message Tsunakawa, Takayuki 2016-03-01 03:48:46 Re: Need documentation for PostgreSQL Replication support.