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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: C++ Issues

Re: C++ Issues

From: Jeff Herrick <jherrick_at_igs.net>
Date: Thu, 29 May 2003 12:36:11 -0800
Message-ID: <F001.005A6295.20030529123611@fatcity.com>

Ethan

Get him to install the 8.1.7 Client (Programmer) option on the Win2K Visual Studio machines. I noticed some slight source changes needed going from the 7.3.4 Proc*C version...i.e. EXEC SQL DECLARE's are needed everywhere now....but they should be able to pre-process, compile and link. the question would be whether or not the 8.1.7 NET8 DLL's are backward compatible with the 7.3.4 DLL's that they will be running against...my _guess_ is that they would be ok

Cheers

Jeff Herrick

ps....If they are going to switch don't go to OCI or ODBC...get

      them to use Oracle Objects for OLE

On Thu, 29 May 2003, Post, Ethan wrote:

> I am trying to track this down for a buddy, any ideas, I know nothing about
> C++.
>
> Thanks,
> Ethan
>
> ============================================================================
> ====
>
> Our application currently has presentation programs written in Microsoft
> Visual C++ that read Oracle Version 7.3.4 databases. We have Oracle
> Professional/2000 installed on 1 machine. The Pro*C/C++ pre-compiler
> provided by Oracle is the method we use to pre-compile our program. This
> pre-compile converts the EXEC SQL commands into C++ calls to incorporate the
> Oracle Database functions into the programs. Other methods I have found in
> research is to use OCI or ODBC calls. However everything I look at
> indicates that we would need to rewrite our applications to utilize
> additional include libraries as well as modify our SQL calls to wrap them
> with the appropriate language elements.
>
> We wish to fully utilize the functionality of the Microsoft Visual C++
> Professional Edition environment to allow each developer to use their own
> machine to compile and unit test these programs. However, I am unable to
> get the pre compile process to work. Pro C will not run on our machines if
> it is not installed. We get a "Incorrect environment variable. Please
> reinstall Pro*C/C++" message version error if we try to run the copy that is
> on the compiler machine from our machine. However, I can not install it
> because Oracle 7.3.4 does not support Windows 2000 and the installation
> process abends whenever I try to run it.
>
> What we are looking for is a method to compile, debug, and unit test using
> C++ on our machine without getting rid of Pro*C/C++ and yet utilize each
> developer's machine more to remove the load from our compiler machine.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Post, Ethan
> INET: Ethan.Post_at_ps.net
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jeff Herrick
  INET: jherrick_at_igs.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu May 29 2003 - 15:36:11 CDT

Original text of this message

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