Search
I want sample ADD,UPDATE,DELETE,SEARCH Record Program in Vb.Net with
BackEnd -Oracle 10g
what is the Server name for Oracle Coonection Strig?
Plz Help Me.
The object posted is not clear tnsname.ora where is it located i use oracle on my local machine what do i do


if your oracle database resides in your local pc then server is localhost
you may find it under tnsnames.ora
if the database is seperated, you need to configure your tnsnames.ora file
or you may use it directly using connection strings...
check here
http://www.connectionstrings.com/oracle