Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: C++ interface to Oracle
mrwiggins_at_my-dejanews.com wrote:
>
> Hi.
>
> I'm about to write a C++ interface to Oracle.
> When I say Oracle, I mean the C/C++ interface to Oracle.
> I want to create an object that takes care of all the
> query string building, parsing, etc.
>
> Before I do this though, I'd like to see if someone else
> out there has already written such an object. Does anyone
> have anything similar available?
>
> Thanks in advance,
>
> DRS
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Check out Rogue-Wave's DBTools.h++ and related products, or Persistencs Software's Persistence product. They both provide excellent C++ -> RDBMS -> C++ interfaces, although via differing paradigms.
-Bill Boyle Received on Sun Oct 25 1998 - 01:10:03 CDT