主頁 > 知識庫 > FSO 讀出TXT文件

FSO 讀出TXT文件

熱門標(biāo)簽:武夷山旅游地圖標(biāo)注 金昌電話機(jī)器人價格 怎么在地圖標(biāo)注自己 修改地圖標(biāo)注 萊西電子地圖標(biāo)注 外呼系統(tǒng)API接口 縣域地圖標(biāo)注打印店 個人可以辦理400電話么 鳳臺百度地圖標(biāo)注店
!--#include file="dbconn.asp"-->
%
function ReadFile(filename)
on error resume next
err.clear
'ASP的一種校錯方法
Const ForReading = 2
Const Create = false
Dim FSO
DIM TS
DIM filepath
DIM thefile
Dim content

'---------------操作地址

Set FSO=server.createobject("scripting.filesystemobject")
filepath=server.MapPath("temp") ./記錄本存放的文件夾

if err.number>0 then
response.Write "目錄不存在"
response.End
end if

'filename="test.txt" ---------test.txt為你從數(shù)據(jù)庫里讀出的文件名
thefile=filepath"/"filename
Set TS = FSO.OpenTextFile(thefile,1)

do until Ts.AtEndOfStream
Response.Write (""TS.ReadLine"")
response.write("br>")
loop

Set TS = Nothing
Set FSO = Nothing
end function
%>

%
dim id
dim filename
id=6
Set rs=Server.CreateObject("ADODB.Recordset")
sql="select * from yuan where id="id
rs.open sql,cn,1,1
filename=rs("fileload")
%>

% readfile(filename) %>


標(biāo)簽:清遠(yuǎn) 楚雄 南京 赤峰 涼山 上海 通遼 邢臺

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《FSO 讀出TXT文件》,本文關(guān)鍵詞  FSO,讀出,TXT,文件,FSO,讀出,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《FSO 讀出TXT文件》相關(guān)的同類信息!
  • 本頁收集關(guān)于FSO 讀出TXT文件的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章