M
Mike G.
I am developing an application that connects to multiple Oracle databases.
I would like to use ODP.NET. My question is how do I use a DSN-less
connection string.
The reason I ask is because in the past we have had terrible issues
deploying applications where the user has to edit the file called
"tnsnames.ora". Our help desks got flooded with calls(over 300 calls
logged) because users didn't set up the connection correctly in the
tnsnames.ora file.
We currently have a few old programs that use Oracle7 that we supply the
connection string in the program so the user does not need to do anything.
It seems the ODP.NET needs a data source name, and won't accept a connection
string that identifes the data source.
Is it possible to use ODP.NET and specify the data source name in the
program. Or is is possible to have ODP.NET set up the datasource to use.
Any help will be much appreciated.
Thanks,
-Mike
I would like to use ODP.NET. My question is how do I use a DSN-less
connection string.
The reason I ask is because in the past we have had terrible issues
deploying applications where the user has to edit the file called
"tnsnames.ora". Our help desks got flooded with calls(over 300 calls
logged) because users didn't set up the connection correctly in the
tnsnames.ora file.
We currently have a few old programs that use Oracle7 that we supply the
connection string in the program so the user does not need to do anything.
It seems the ODP.NET needs a data source name, and won't accept a connection
string that identifes the data source.
Is it possible to use ODP.NET and specify the data source name in the
program. Or is is possible to have ODP.NET set up the datasource to use.
Any help will be much appreciated.
Thanks,
-Mike