http://support.microsoft.com/default.aspx?scid=kb;KO;193225
< %@ Language=VBScript %>
< html>
< head>
< title>Oracle Test
< /head>
< body>
< center>
< %
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "Provider=MSDAORA;Data Source=
Set objRs = objConn.Execute("SELECT * FROM DEMO.EMPLOYEE")
Response.Write "
" & objRS(I).Name & " | "
" & objRS(I) & " | "
objRs.Close
objConn.Close
%>
< /center>
< /body>
< /html>
Posted by 홍반장