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: Porting C++ App to Oracle

Re: Porting C++ App to Oracle

From: Chetan <a_at_b.com>
Date: Wed, 08 Sep 2004 14:07:12 +0530
Message-ID: <413EC4B8.80508@b.com>


You can also have a look at OCCI - Oracle C++ Call Interface if it suits your needs.

Takuon Soho wrote:

> Thanks!
> 
> Jim
> 
> 
> "Sybrand Bakker" <sybrandb_at_hccnet.nl> wrote in message
> news:kiphj0da4gt2b92nvc18755k2kg75f8on4_at_4ax.com...
> 

>>On 3 Sep 2004 10:40:06 -0700, james_pannozzi_at_cisgi.com (Questioner)
>>wrote:
>>
>>
>>>I am considering porting a C++ application
>>>to Oracle. The C++ application, written
>>>with MFC under Visual Studio 6.0,
>>>calls 7 or 8 different vendor supplied 32 bit DLL's.
>>>Some DLL's are written in VB and require
>>>SafeArrays to exchange data, others use VB collections,
>>>still are straight 32 bit DLL's built with C++.
>>>
>>>My question is, is there documentation/information
>>>on doing this from Oracle? Is there a built in
>>>Oracle design language that can do it?
>>>
>>>Does the Oracle development environment have
>>>something like the Visual Studio C++ #import directive
>>>which can analyze the target DLL, recognize the
>>>function names and parameters and generate
>>>interface functions?
>>>
>>>Thanks
>>>Jim
>>
>>
>>Oracle has
>>OCI : Oracle Call Interface. The lowest level there is
>>Pro*C: a Host Language Interface: embed your statements in ordinary
>>C(++)
>>and Oracle has OleDB, a Vb/DAO like interface, which can be used in
>>VB and MFC.
>>
>>
>>
>>
>>--
>>Sybrand Bakker, Senior Oracle DBA
> 
> 
> 
Received on Wed Sep 08 2004 - 03:37:12 CDT

Original text of this message

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