Connect Oracle with vb.net [message #236773] |
Fri, 11 May 2007 00:05 |
general_ko
Messages: 1 Registered: May 2007
|
Junior Member |
|
|
Hi! There
I have any problem in ConnectionString In my Application.
In my Application on client must be connect to Multi type Database Server
- Microsoft Sqlserver
- Oracle
- Mysql
Anyway in my application client can connect to Microsoft Sql Server but It can't connect to
Oracle and Mysql Because In Connection String. I can't use "Initial Catalog" to point my application
connect to Database Server. In Oracle Database server someone tell me I must install "Oracle Client" in
client but I don't agree that. How can i do in connection String Now I use Oledbconnection. It calss to connect
my Database
Thank you for answer
|
|
|
Re: Connect Oracle with vb.net [message #236874 is a reply to message #236773] |
Fri, 11 May 2007 03:31 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
You really need to install the Oracle Client Software. Download the Instant Client software from Oracle technet (free of charge).
Only JDBC allows direct connectivity without client software.
|
|
|