主頁(yè) > 知識(shí)庫(kù) > ASP中使用Set ors=oConn.Execute()時(shí)獲取記錄數(shù)的方法

ASP中使用Set ors=oConn.Execute()時(shí)獲取記錄數(shù)的方法

熱門(mén)標(biāo)簽:梧州市地圖標(biāo)注 武穴地圖標(biāo)注 濟(jì)源電銷(xiāo)外呼系統(tǒng)線路 世界地圖標(biāo)注了哪些城市 地圖標(biāo)注陽(yáng)江 創(chuàng)意電話機(jī)器人 石家莊慧營(yíng)銷(xiāo)外呼系統(tǒng) java外呼系統(tǒng)是什么 外呼線路批發(fā)
復(fù)制代碼 代碼如下:

%
Dim oConn, ors, aRows
Dim i,j
Set oConn=Server.CreateObject("ADODB.Connection")
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" Server.MapPath("database/newasp.resx")
Set ors=oConn.Execute("Select TOP 5 SoftID,SoftName FROM NC_SoftList")
Response.Write "RecordCount:" ors.RecordCount "br/>" '-1
aRows=oRs.GetRows(-1) 'oRs.Eof=True,aRows(col,row)
Set ors=Nothing
oConn.Close()
Set oConn=Nothing

If IsArray(aRows) Then
Response.Write "RecordCount:" UBound(aRows,2)+1 "br/>"
For i=0 To UBound(aRows,2)
For j=0 To UBound(aRows,1)
Response.Write aRows(j,i)
If j> UBound(aRows,1) Then Response.Write ","
Next
Response.Write "br/>"
Next
End If
%>

標(biāo)簽:南寧 甘南 迪慶 唐山 來(lái)賓 揭陽(yáng) 淮北 滁州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP中使用Set ors=oConn.Execute()時(shí)獲取記錄數(shù)的方法》,本文關(guān)鍵詞  ASP,中,使用,Set,ors,oConn.Execute,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP中使用Set ors=oConn.Execute()時(shí)獲取記錄數(shù)的方法》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于ASP中使用Set ors=oConn.Execute()時(shí)獲取記錄數(shù)的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章