Thread: Object-Oriented ODBC in open sources

Object-Oriented ODBC in open sources

From
Michael Ma
Date:
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

Re: Object-Oriented ODBC in open sources

From
Adrian Klaver
Date:
On 03/02/2016 08:18 AM, Michael Ma wrote:
> 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.

So what is important, that it be c++, object oriented or both?

>
> 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.

http://www.codesynthesis.com/products/odb/

>
> Thank you, and have a good day,
>
> Michael
>


--
Adrian Klaver
adrian.klaver@aklaver.com


Re: Object-Oriented ODBC in open sources

From
Michael Ma
Date:
Hi Adrian Klaver,

Yes, both C++ and Object-Oriented are important to us.

I quickly browsed the link and its manual. It looks like what we are looking for. I'll take some time to dive into it to get details.

Thanks a lot and have a good day,

Michael

> Subject: Re: [ODBC] Object-Oriented ODBC in open sources
> To: z_f_ma@hotmail.com; pgsql-odbc@postgresql.org
> From: adrian.klaver@aklaver.com
> Date: Wed, 2 Mar 2016 11:02:38 -0800
>
> On 03/02/2016 08:18 AM, Michael Ma wrote:
> > 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.
>
> So what is important, that it be c++, object oriented or both?
>
> >
> > 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.
>
> http://www.codesynthesis.com/products/odb/
>
> >
> > Thank you, and have a good day,
> >
> > Michael
> >
>
>
> --
> Adrian Klaver
> adrian.klaver@aklaver.com