Ok, this is probably a stupid question but bear with me..
I have a VB6 front end with an Access back end and I also connect to an Oracle DB..
It is time to do the build and right now we are building the Oracle ADO connection string using DSN..
Is there a way to not have to worry about puting a DSN and updating the TNSNames file on each users machine?
In other words I would like to build a connection string to Oracle that has everything in it so I dont need to have a DSN on the users machine or update their TNSNames file..
Is there a way to do so??
If not then what is the best was to build and distribute this? We have about 20 users right now.. It would be a pain to have to manually create a DSN and update each TNSNames file for each..
Any help would be great..
And yes, please explain in simple English..
An Example would be great..
TnsNames:
DEV =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = thomas.j9.mil)(PORT = 1522))
)
(CONNECT_DATA =
(SERVICE_NAME = devel)
)
)
I have a VB6 front end with an Access back end and I also connect to an Oracle DB..
It is time to do the build and right now we are building the Oracle ADO connection string using DSN..
Is there a way to not have to worry about puting a DSN and updating the TNSNames file on each users machine?
In other words I would like to build a connection string to Oracle that has everything in it so I dont need to have a DSN on the users machine or update their TNSNames file..
Is there a way to do so??
If not then what is the best was to build and distribute this? We have about 20 users right now.. It would be a pain to have to manually create a DSN and update each TNSNames file for each..
Any help would be great..
And yes, please explain in simple English..
An Example would be great..
TnsNames:
DEV =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = thomas.j9.mil)(PORT = 1522))
)
(CONNECT_DATA =
(SERVICE_NAME = devel)
)
)