Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSN-Less Connection Strings

Status
Not open for further replies.

flanakin

Programmer
Mar 21, 2000
158
US
I needed to get a DSN-less connecton string for an Oracle 8i database. Anybody have any clues? I've seen a couple, but none have worked. Thanks in advance! ~[ cid ]~
cid@cjd-web.com
 
Coincidentally, that's what the problem was. Turns out that someone messed with the TNSNames file and it was missing a paren. I looked at it for a while and then picked up on it. It's now working. If anyone else needs it, here...

PROVIDER={Microsoft ODBC for Oracle};
SERVER=instance_name_in_the_tnsnames_file;
UID=username;
PWD=password;

Hope this helps someone out there :) ~[ cid ]~
cid@cjd-web.com
 
Hi,

Did you have to installed the Oracle Client on your web server?

I know it's different for SQL Server. But I want to make sure before I do anything on the Web Server.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top