<form id="hz9zz"></form>
  • <form id="hz9zz"></form>

      <nobr id="hz9zz"></nobr>

      <form id="hz9zz"></form>

    1. 明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

      在ASP中通過oo4o連接Oracle數據庫的例子

      [摘要]下面這段代碼能夠顯示,當前用戶所能夠看到的所有的用戶和表,有興趣的, 可以把每個表的內容加上<%Dim objOraSession,objOraDbDim strDbUser,strDbPwd,strDbConnCall ConnectDB()Sub ConnectDB() '連接數...

      下面這段代碼能夠顯示,當前用戶所能夠看到的所有的用戶和表,有興趣的, 可以把每個表的內容加上

      <%
      Dim objOraSession,objOraDb
      Dim strDbUser,strDbPwd,strDbConn
      Call ConnectDB()
      Sub ConnectDB()
       '連接數據庫
       On Error Resume Next
       strDbUser  = "tmpUser"     '連接用戶名
       strDbPwd  = "rt45ps1w"    '用戶密碼
       strDbConn = "sun450"       '連接字符串
       Set objOraSession  = Server.CreateObject("OracleInProcServer.XOraSession")
       Set objOraDB        = objOraSession.OpenDatabase(strDbConn,strDbUser & "/" & strDbPwd,0)
       If Err.Number>0 then
        Response.Write "<font color=red>錯誤 :" & err.description & "</font>"
        response.end
       End if
      End Sub
      Sub EndDB()
       Set objOraDB       = Nothing
       Set objOraSession = Nothing
      End Sub
      Function getTableList(str)
       Dim strSql,strTmp
       Dim objRs
        strSql = "Select at.table_name as tname,au.username as uname from all_tables at,all_users au Where au.username=at.owner order by au.username"
        Set objRs = objOraDb.DbCreateDynaset(strSql,0)
        While  Not objRs.Eof
         strA = objRs("uname") & "." & objRs("tname")
         If str=strA then
          strTmp = strTmp & "<option selected>" & strA & "</option>"
         Else
          strTmp = strTmp & "<option>" & strA & "</option>"
         End if
         objRs.MoveNext
        Wend
       Set objRs = Nothing
       getTableList = strTmp
      End Function
      %>
      <form name=form1 action="index.asp" method=POST target="main">
      <table width="100%" border=0 align="center">
      <tr><td>
      All Tables : <select name="tb">
      <%=getTableList(tblName)%>
      </select>
      <input type=hidden name="submitc" value="view">
      <input type=submit name="submit" value="View Data">  <font color=red>(<%=strDbUser & "/" & strDbPwd & "@" & strDbConn%>)</font>
      </td></tr>
      </table>
      </form>




      日韩精品一区二区三区高清