Re: C++ SQL interface

2008-01-13 Thread baldyeti
Have you looked at OTL? http://otl.sourceforge.net/ In any case you'll need Oracle connectivity middleware; their so-called "Instant Client" is the easiest to install. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: C++ SQL interface

2008-01-09 Thread Hugo Vanwoerkom
Nuno Magalhães wrote: Hi, i'm developing a small academic project and need to link to an Oracle database using C++ I'm kinda lost as far as google and oracle.com go, i asusme i oughta implement some Class, i just can't find it. The code is supposed to work in any platform and we're compiling it w

C++ SQL interface

2008-01-09 Thread Nuno Magalhães
Hi, i'm developing a small academic project and need to link to an Oracle database using C++ I'm kinda lost as far as google and oracle.com go, i asusme i oughta implement some Class, i just can't find it. The code is supposed to work in any platform and we're compiling it with both g++ and VisualS