Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: bhess1Posted on 2003-04-17 at 14:42:42ID: 8351230
If you are using the MS ole-db provider, then connect string is
ta Source=<tnsname>;Persist Security Info=False"
User ID=SCOTT;Password=TIGER;Da ta
om/?scid=k b;en-us;Q2 55084
ConnectionString = "Provider=MSDAORA;User ID=scott;password=tiger;Da
It may be good idea to use Oracle Ole-db provider instead to get full features of the Oracle database.
ConnectionString = "Provider=OraOLEDB.Oracle;
Source=<tnsname>;"
It is recommended that you not use a DSN, as this frequently leads to your error #1.
Also... From your ASP page, the the default user account does not have access permissions to the files/folders in the ORACLE_HOME directory. Check the permissions on the folder and see if the IUSR_XXX account is listed and has at least read/write/execute permissions.
Finally, check this article at MS on ASP--Oracle connectivity problems:
http://support.microsoft.c