I am working on my first ASP page. I am using Oracle 8.1.7 database and can't seem to get connected. I tried looking at books and they also use MS Access examples.
Can someone help walk me through this? This is what I had to start with but I am not even sure if I was close.
<%
Dim objConn
Dim RS
Set objConn = Server.CreateObject("ADODB.Connection"
objConn.Open DVROCKY, tester, test_pwd
Set RS = Server.CreateObject("ADODB.Recordset"
RD.Open "SELECT * from western_products where item ='00000000'"
%>
I appreciate all the help.
Thank you in advance.
Can someone help walk me through this? This is what I had to start with but I am not even sure if I was close.
<%
Dim objConn
Dim RS
Set objConn = Server.CreateObject("ADODB.Connection"
objConn.Open DVROCKY, tester, test_pwd
Set RS = Server.CreateObject("ADODB.Recordset"
RD.Open "SELECT * from western_products where item ='00000000'"
%>
I appreciate all the help.
Thank you in advance.