J
Jeff
Has anyone had any luck accessing an Oracle database from a web service?
I have a C# DLL with various code to query an Oracle database. If I call
the methods in this DLL from a Windows Forms application everything works
just fine. However, if I call the methods in this DLL from a web service, I
receive the following error when the database connection is opened:
Error: ORA-12154: TNS:could not resolve service name
Does anyone know how to resolve this? It seems strange that it works when
called from a form but fails when called from a web service.
--- Thanks, Jeff
I have a C# DLL with various code to query an Oracle database. If I call
the methods in this DLL from a Windows Forms application everything works
just fine. However, if I call the methods in this DLL from a web service, I
receive the following error when the database connection is opened:
Error: ORA-12154: TNS:could not resolve service name
Does anyone know how to resolve this? It seems strange that it works when
called from a form but fails when called from a web service.
--- Thanks, Jeff