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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Databases and c/c++

Re: Databases and c/c++

From: K Stahl <BlueSax_at_Unforgetable.com>
Date: Fri, 24 Mar 2000 10:44:46 -0500
Message-ID: <38DB8D6E.696E6993@Unforgetable.com>


JokeR wrote:
>
> Hi!
>
> I need to develop an app. in c/c++ that works with ODBC databases, most
> likely it's gonna be ORACLE (or maybe MS Access).
> Can anyone tell me where can I find some c/c++ libraries that can help me do
> this?
>
> Thanks.

What is the client? Since you mentioned ODBC are you talking about writing C++ programs for a PC running some flavor of Windows? If so, both the Borland and Microsoft C++ products can be used with ADO calls - and you don't even have to use ODBC unless you want your application to run slowing and to use primitive methods. OLEDB is the only way to go unless you have some legacy support issues. Received on Fri Mar 24 2000 - 09:44:46 CST

Original text of this message

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