http://support.microsoft.com/default.aspx?scid=kb;KO;193225


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=;User Id=;Password=;"

Set objRs = objConn.Execute("SELECT * FROM DEMO.EMPLOYEE")

Response.Write ""
Response.Write ""

For I = 0 To objRS.Fields.Count - 1
Response.Write ""
Next

Response.Write ""

Do While Not objRS.EOF
Response.Write ""

For I = 0 To objRS.Fields.Count - 1
Response.Write ""
Next

Response.Write ""

objRS.MoveNext
Loop

Response.Write "
" & objRS(I).Name & "
" & objRS(I) & "
"

objRs.Close
objConn.Close
%>
< /center>
< /body>
< /html>
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/06/21 09:35 2007/06/21 09:35
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2487

Trackback URL : http://tcbs17.cafe24.com/tc/trackback/2487

« Previous : 1 : ... 3926 : 3927 : 3928 : 3929 : 3930 : 3931 : 3932 : 3933 : 3934 : ... 6391 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/05   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Statistics Graph

Site Stats

Total hits:
186420
Today:
678
Yesterday:
745