Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: using oracle client in C++ with Visual Studio 2005
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 DBAReceived on Tue Jun 26 2007 - 10:42:16 CDT
![]() |
![]() |