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

Home -> Community -> Usenet -> c.d.o.server -> Re: DBTools.h++ / MFC

Re: DBTools.h++ / MFC

From: <chachi_at_NOSPAM.one.net>
Date: 1998/01/22
Message-ID: <34c76bcc.679778589@news.one.net>#1/1

On Thu, 22 Jan 1998 16:15:17 +0100, "Andreas Walter" <tc-lp_at_dr-staedtler.de> wrote:

>Hi,
>Dietmar Leibecke schrieb in Nachricht <34C74D91.A819BB3A_at_debis.com.--->...
>>Anybody out there using MFC in conjunction with DBTools.h++?
>>
>>We'd like to access Oracle databases from Windows NT clients via
 DBTools.h++ and
>>its OCI interface. Could you please share your experiences with me? Are
 there
>>any known problems (MFC+STL+Tools.h++? OCI interface)?? Any input welcome!
>>

Howdy,

We use MFC+DBTools.h++ and the Oracle OCI interface. We have been using it sucessfully for years, supporting multiple DB platforms with the same C++ codebase. Recently, however, I have had to make significant changes to my code due to weird problems experienced when communicating to Oracle with its version 7.3.3 and 7.3.4 client software SQL*Net. The same code worked fine with DBTools when using the 7.2 versions of SQL*Net, so I believe the problem is either one with the Oracle 7.3 OCI library, or Rogue Wave's usage of that OCI library. It should be noted that these Oracle problems I experienced only occurred in a multithreaded app.

Chachi Received on Thu Jan 22 1998 - 00:00:00 CST

Original text of this message

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