Ethan - Is this a technical issue or a licensing issue?

Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
[EMAIL PROTECTED] 


-----Original Message-----
Sent: Friday, May 30, 2003 12:30 AM
To: Multiple recipients of list ORACLE-L


 From the Oracle C++ Call Interface Programmer's Guide Release 2 (9.2):

Oracle C++ Call Interface (OCCI) is an application program interface (API)
that provides C++ applications access to data in an Oracle database. OCCI
enables C++ programmers to utilize the full range of Oracle database
operations, including SQL statement processing and object manipulation.

The Net Services 9.0.1 client included with the Oracle 9i Developer Suite
can still connect to Oracle 7.3.4 databases.

Note: although Oracle 7.3.4 is not supported on Windows 2000, it can
be installed 1st (in default home using a Y2K compliant installer)
then peacefully coexist with later Oracle versions.

Have Fun :)

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: Chip
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to