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 -> Oracle 7.3.3 with MS ODBC and Visual C++ V6.0

Oracle 7.3.3 with MS ODBC and Visual C++ V6.0

From: Peter <peter2000xxx_at_gmx.de>
Date: 2000/06/18
Message-ID: <8iia87$2pi$18$1@news.t-online.com>#1/1

Hello,

when i open CDatabase object in the debug modus: break the debugger with invalide handler. Without the debugger it´s ok.

CDatabase *db = new CDatabase;

CString connect="ODBC;DSN=ATC";

db->Open( _T(""), FALSE, FALSE, _T(connect), FALSE); // it´s break only in the debug modus

What is the Problem ? I required the debug modus.

--

MfG
_______________________________
   xxx (c)   2000 - 2030
Received on Sun Jun 18 2000 - 00:00:00 CDT

Original text of this message

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