Re: Looking for SQL C++ library!!!
Date: 26 Feb 93 00:03:08 GMT
Message-ID: <1993Feb26.000308.29629_at_cs.umb.edu>
In article <C2JKHD.1ny_at_panix.com> awerman_at_panix.com (Aaron Werman) writes:
>In <1993Feb15.221704.21869_at_news.weeg.uiowa.edu> pkoch_at_news.weeg.uiowa.edu (Peter F Koch) writes:
>
>>Looking for a SQl C++ class library for DOS/Windows and UNIX for Oracle
>>databases.
>
>
>
> The only commercial one I've seen was developed by Glockenspeil, an
> Irish company whose agent used to be Imagesoft (Port Jefferson, NY).
> It was very low level, attempting a cross between ISAM and SQL
> interface. Glockenspeil was recently bought by Computer Associates.
> I looked at it and thought it too low level.
>
> I've heard of a C++ class library called db++ is supposed to be a
> database independent C++ API. For info, email to info_at_qualix.com.
>
> Raima offers a C++ wrapper to their DBMS (a network DBMS with a SQL
> wrapper).
>
> If anyone has information on others, please let me know.
>
> Aaron
>--
>
>Aaron Werman awerman_at_panix.com
Two other vendors that I am aware are: MITI from somewhere in California and Rogue Wave with its latest DB.h++. In case of both vendors API does not offer anything else that one could develop using dynamic SQL and C++ encapsulation. MITI offere some kind of memory optimization for query (caching??).
Mark Received on Fri Feb 26 1993 - 01:03:08 CET