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: VC++ to Oracle connectivity without installing client

RE: VC++ to Oracle connectivity without installing client

From: Justin Cave <jcave_at_cableone.net>
Date: Fri, 08 Nov 2002 20:53:45 -0800
Message-ID: <F001.004FF899.20021108205345@fatcity.com>


If you really need to develop a client/server application, rather than going for the eminently reasonable suggestion of using a three-tier architecture, I'd start by looking into response files. This allows you to script the Oracle Universal Installer, so that the necessary client components will be installed without user intervention. This could be called as the first step in your install program.

http://tahiti.oracle.com/pls/db92/db92.drilldown?levelnum=1&preference=&expand_all=&book=&method=FULL&chapters=0&verb=&word=response+file#a96697

At 08:18 PM 11/8/2002, you wrote:
>Hrm. But that's why everyone is doing web-based(three-tier) applications
>to avoid doing that kind of thing. Even if you manage to include Oracle
>client into your app, you will still face the challenge of rolling
>your app on 1000 PCs. Plus subsequent fixes, new versions.
>
>-----Original Message-----
>Sent: Friday, November 08, 2002 5:14 PM
>To: Multiple recipients of list ORACLE-L
>
>
>Hello Gurus,
>
>I would like to program our VC++ application to
>directly connect to Oracle database using OO4O or OCI.
>But the problem is this VC++ app is gonna run on 1000s
>of desktops where we may have to install Oracle client
>which will be a time consuming in-efficient process. I
>am trying to see if the required client dlls and other
>files can be combined in the VC++ package itself and
>delivered to those 1000s of desktops.
>
>Can any of you give some insight into this, please?
>
>Any help would be highly appreciated.
>
>Thanks,
>Muru
>
>
>__________________________________________________
>Do you Yahoo!?
>U2 on LAUNCH - Exclusive greatest hits videos
>http://launch.yahoo.com/u2
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Muru
> INET: muru_oracle_at_yahoo.com
>
>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.com
>--
>Author: Ji, Richard
> INET: Richard.Ji_at_MobileSpring.com
>
>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).

Justin Cave
Distributed Database Consulting

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Justin Cave
  INET: jcave_at_cableone.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 Fri Nov 08 2002 - 22:53:45 CST

Original text of this message

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