connect oracle without oracle client
-
hi, Is it possible to connect oracle without 'tnsname.ora' in VB.NET I want to use tnsname.ora entry in connection string Eg. CONNECTSTRING=(DESCRIPTION=" & _ "(ADDRESS=(PROTOCOL=TCP)" & _ "(HOST=mysrv)(PORT=7001))" & _ "(CONNECT_DATA=(SERVICE_NAME=MYDB))); uid=read;pwd=read;"
-
hi, Is it possible to connect oracle without 'tnsname.ora' in VB.NET I want to use tnsname.ora entry in connection string Eg. CONNECTSTRING=(DESCRIPTION=" & _ "(ADDRESS=(PROTOCOL=TCP)" & _ "(HOST=mysrv)(PORT=7001))" & _ "(CONNECT_DATA=(SERVICE_NAME=MYDB))); uid=read;pwd=read;"
Nope. The Oracle classes rely on the underlying Oracle client in order to work.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007