connecting asp.net to oracle
i have asp.net1.1 and oracle 9i, trying to connect to oracle database but getting an error saying can't find the database, this is what I have in web config
<appSettings>
<add Key="OraTest"
Value="provider= OraoleDB.Oracle.1; Data Source= c:\oracle\school\chapter3\3clearwater.sql;
user id=far@far;
password=far;" />
</appSettings>
Thanks in advance
|