G
Guest
I am trying to connect to an Oracle 10.2 database with vb.net and am getting
the error:
ORA-1215: TNS:could not resolve service name
My connection string is:
"Data Source=geobridge;UID=dba_geo_bridge;PWD=waterh0le"
and the datasource uses an {Oracle in OraClient} driver.
I have been doing a lot of surfing to locate possible problems and many of
them refer to an issue with a tnsnames.ora file, which I don't have on my
machine. I am successfully connecting to the same database using the same
machine from a C++ .Net program, so I know the individual values in the
connection string are good.
Any clues?
Thanks,
Stephanie
the error:
ORA-1215: TNS:could not resolve service name
My connection string is:
"Data Source=geobridge;UID=dba_geo_bridge;PWD=waterh0le"
and the datasource uses an {Oracle in OraClient} driver.
I have been doing a lot of surfing to locate possible problems and many of
them refer to an issue with a tnsnames.ora file, which I don't have on my
machine. I am successfully connecting to the same database using the same
machine from a C++ .Net program, so I know the individual values in the
connection string are good.
Any clues?
Thanks,
Stephanie