asp y oracle
Nesecito conexion y ejemplos de paginas asp interactuando con oracle, muchas gracias
SI ME PERMITER ENTRAR POR TU ANO, TE ENSEÑARE COMO USAR ASP Y ORACLE, PERO PRIMERO HAZ QUE MI PIJA ESTE FELIZ
yo acepto lo que tu quieras pero porfavor ayudame a aprender oracle ya y te hare feliz
parece que te gusta que te agarren para la palanca, te gusta chupar pija grande parece, unos 22 cm quizas, la mia es de 19 pero igual te taparia toda la boca
<%
Set oConn = Server.CreateObject("ADODB.Connection")
Set oComm = Server.CreateObject("ADODB.Command")
oConn.ConnectionString = "DRIVER={Oracle in OraHome90};SERVER=localhost;UID=scott;PWD=tiger;"
oConn.Open
oComm.ActiveConnection = oConn
oComm.CommandText = "SELECT * FROM cat"
Set oRS = oComm.Execute
While Not oRS.Eof
Response.Write oRS(0) & "<br>"
oRS.MoveNext
Wend
oConn.Close
Set oRS = Nothing
Set oComm = Nothing
Set oConn = Nothing
%>
Set oConn = Server.CreateObject("ADODB.Connection")
Set oComm = Server.CreateObject("ADODB.Command")
oConn.ConnectionString = "DRIVER={Oracle in OraHome90};SERVER=localhost;UID=scott;PWD=tiger;"
oConn.Open
oComm.ActiveConnection = oConn
oComm.CommandText = "SELECT * FROM cat"
Set oRS = oComm.Execute
While Not oRS.Eof
Response.Write oRS(0) & "<br>"
oRS.MoveNext
Wend
oConn.Close
Set oRS = Nothing
Set oComm = Nothing
Set oConn = Nothing
%>
Necesito ejemplos de paginas en asp..... lo ideal seria de tipo consulta
