Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Databases and c/c++
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
![]() |
![]() |