Re: C# Oracle Q (from a SQL Server point of view)
- From: Ruud de Koter <nobody@xxxxxxxxxxxx>
- Date: Wed, 19 Sep 2007 20:10:17 +0200
On 19 Sep, 11:28, Ruud de Koter <nob...@xxxxxxxxxxxx> wrote:Hi Arun,arun.hal...@xxxxxxxxx wrote:On 18 Sep, 14:13, "fitzjarr...@xxxxxxx" <fitzjarr...@xxxxxxx> wrote:How are you going to get "the dll's" on the production machine (or onOn Sep 18, 5:13 am,arun.hal...@xxxxxxxxx wrote:I want to do this without any installations.I want to be able to connect to the Oracle DB without having to makeInstalling the Oracle InstantClient might 'solve' this 'problem'. I
any installations (would like to just use the dll's instead).
suggest you visitwww.oracle.comandsearch the downloads for the
InstantClient software.
I dont want to make any modifications to the production server.
Any other ideas?
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
I am by no means a specialist in what you are trying to achieve, and the experience I have in Microsoft environments mostly dates from a previous millenium. What I know about the Oracle client and the way it often/mostly operates in M$ environments, suggests it does a bit more for you than just reading the tnsnames.ora. In fact, the whole endless procession of database access technologies developed by Microsoft, are different definitions of the software interface between the (Oracle) database client and the programming environment. You *will* need the dll's that make up the Oracle InstantClient, and I was assuming those are the ones you meant.
If you google around with appropriate terms (I tried "oledb Oracle dll client"), you 'll see you 're not the first to find you *do* need an Oracle client installed.
Anyway, I 'll rephrase: re-investigate and think this over again.
Regards,
Ruud de Koter
.
- References:
- C# Oracle Q (from a SQL Server point of view)
- From: arun . hallan
- Re: C# Oracle Q (from a SQL Server point of view)
- From: fitzjarrell@xxxxxxx
- Re: C# Oracle Q (from a SQL Server point of view)
- From: arun . hallan
- Re: C# Oracle Q (from a SQL Server point of view)
- From: Ruud de Koter
- Re: C# Oracle Q (from a SQL Server point of view)
- From: arun . hallan
- C# Oracle Q (from a SQL Server point of view)
- Prev by Date: Re: C# Oracle Q (from a SQL Server point of view)
- Next by Date: Re: Doing a query with string vs bind variables.
- Previous by thread: Re: C# Oracle Q (from a SQL Server point of view)
- Next by thread: Oracle recent version improves bind variable performance?
- Index(es):
Relevant Pages
|