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: Help Needed, Please !!!

Re: Help Needed, Please !!!

From: Les Matheson <nospam-lmatheson_at_mindspring.com>
Date: 1998/03/02
Message-ID: <6dftoh$dcm@camel19.mindspring.com>#1/1

Complaints that DLL's are being located have nothing to do with the problem. NT
does this anytime two or more DLL's preferred load addresses map them into the
same memory -- it has to relocate one of the DLL's. When you're running DevStudio,
these warning messages show up in the output window all the time.

Your problem is elsewhere, I'm afraid.

Yacov Wolfowicz wrote in message <34F96B77.423D72E2_at_ecitele.com>...
>Hi all,
>
>This is very embarrassing but connecting to an Oracle db ( ver. 7.3.3.0.0 )
 from
>
>a program fails. I receive run - time errors ( actually warnings ) that
 some
>dll's are relocated ( sql0_73.dll is only one ).
>When connecting to the db through SQL Plus or ODBC Test ( Oracle
 application
>which tests the connection through ODBC driver ) everything is just fine -
 which
>
>leads me to believe the driver and network connection is all right.
>Further more, the very same code connecting to a SQL Server 6.5 works
 excellent
>either - which leads me to believe that the code is good.
>The code is very simple :
>.
>.
>CDatabase db;
>db.OpenEx("DSN=dnsname;UID=username;PWD=pwd");
>.
>.
>.
>
>Can it be a bug in that particular Oracle Version? Or maybe NT?
>
>I am running VC++ 4.2 on Window NT 4.0 ( Hebrew enabled ). The Server is
 NT4.0
>also.
>
>Any help will be most appreciated
>--
>Life is hard
>and then you die...
>
>
Received on Mon Mar 02 1998 - 00:00:00 CST

Original text of this message

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