Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> C++ library to access Oracle?

C++ library to access Oracle?

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Mon, 18 Feb 2002 08:49:42 -0000
Message-ID: <E2F6A70FE45242488C865C3BC1245DA7E87B43@lnewton.leeds.lfs.co.uk>


Try OTL from :

http://www.geocities.com/skuchin/otl/home.htm

This is the Oracle Template Library and is usable on a number of platforms - Windows, Unix, whatever.
It consists of a single .h file which you include in your app, and then just 'do it'.

There are a number of examples, a large doc file with all the details and explanations.

It is updated regularly, can access ODBC, DB2 and Oracle from the same source - simply by changing a single #define. It was updated recently to handle Oracle 9i.

Oh, it still needs to use OCI because it builds a set of classes based on the OCI routines, but you don't have to do any of that stuff yourself :o)

Enjoy.

Regards,
Norman.



Norman Dunbar			EMail:	Norman.Dunbar_at_LFS.co.uk
Database/Unix administrator	Phone:	0113 289 6265
				Fax:	0113 289 3146
Lynx Financial Systems Ltd.	URL:	http://www.Lynx-FS.com

------------------------------------------------------------------------

Received on Mon Feb 18 2002 - 02:49:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US