Sign in | Join
Last post 05-28-2007 10:52 AM by Prashant Kumar. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi
I try to conenct to Oracle from aspx page
<%
and
dim
and getting error
BC30002: Type 'OracleConnection' is not defined.
Did u open the connection like this ?
try
{
objconn.open();
}
catcth(Exception e)
If yes then Pls send more code regarding this
Thanks
Kunal
Add a reference to System.Data.OracleClient in your project
From main menu select Website -> Add Reference and select System.Data.OracleClient from the list