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: using oracle client in C++ with Visual Studio 2005

Re: using oracle client in C++ with Visual Studio 2005

From: sybrandb <sybrandb_at_gmail.com>
Date: Tue, 26 Jun 2007 08:42:16 -0700
Message-ID: <1182872536.919327.244260@n2g2000hse.googlegroups.com>


On Jun 26, 5:33 pm, laurent <laurento..._at_gmail.com> wrote:
> We are trying to include a module to access an oracle database from
> our application which is written in C++ and built on windows with
> visual studio 2005. The client we have found, OCI.dll is linked with
> the runtime library built with the previous version of visual studio,
> which in typical microsoft fashion, leads to random crashes when
> closing connections. I have a hard time believing we are the only ones
> trying to do this. Has anybody encountered and solved this issue?
>
> Laurent

I don't think the client ever existed of OCI.dll *alone*. If you only have OCI.dll, you are just doomed. You need to get a proper client. In 10g and higher, this can be an instant one.

--
Sybrand Bakker
Senior Oracle DBA
Received on Tue Jun 26 2007 - 10:42:16 CDT

Original text of this message

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