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

Home -> Community -> Usenet -> c.d.o.misc -> Re: C# Oracle Q (from a SQL Server point of view)

Re: C# Oracle Q (from a SQL Server point of view)

From: <arun.hallan_at_gmail.com>
Date: Wed, 19 Sep 2007 09:33:38 -0700
Message-ID: <1190219618.271531.118940@k79g2000hse.googlegroups.com>


On 19 Sep, 11:28, Ruud de Koter <nob..._at_internet.org> wrote:
> arun.hal..._at_gmail.com wrote:
> > On 18 Sep, 14:13, "fitzjarr..._at_cox.net" <fitzjarr..._at_cox.net> wrote:
> >> On Sep 18, 5:13 am,arun.hal..._at_gmail.com wrote:
>
> >>> I want to be able to connect to the Oracle DB without having to make
> >>> any installations (would like to just use the dll's instead).
> >> Installing the Oracle InstantClient might 'solve' this 'problem'. I
> >> suggest you visitwww.oracle.comandsearch the downloads for the
> >> InstantClient software.
> > I want to do this without any installations.
> > I dont want to make any modifications to the production server.
> > Any other ideas?
>
> How are you going to get "the dll's" on the production machine (or on
> any machine) without some kind of an installation process? I suggest you
> think this over once again.
>
> Regards,
>
> Ruud de Koter.

The dll i need in C# is contained within the project i am using. The only thing i need is the connection details (database and server) and the only way it seems to get this information is installing the client and then using a TNSNAMES.ora. seems like an unnecessary process.
I guess i'll just have to do the installation then Received on Wed Sep 19 2007 - 11:33:38 CDT

Original text of this message

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