vb.net connection with oracle [message #121076] |
Wed, 25 May 2005 15:19 |
satheshf12000
Messages: 2 Registered: May 2005
|
Junior Member |
|
|
Hi everyone
plz suggest me a solution to how to connect vb.net with oracle database ? my connection string is,
dim conn as oledbconnection
conn = new oledbconnection("provider=MSDAORA.1;UserID=scott;password=tiger;database=ora")
when i try to open my connection using
conn.open()
it throws an exception and it comes out of the program.
what should i do to connect to my database successfully ?
|
|
|
|
|