AspKafem.com - AspSitem Geliştirme Alanı (Line Edition) / Sitemap & SEO / Yazılar

Orijinali görmek için : Yazılar / Display_a_CSV_file

SinCap : Display_a_CSV_file
06.12.2008
FSO ile .csv dosylarını açıp içeriğini ekrana yazdıran örnek bir asp kodu.
Kodları .asp uzantılı kaydedip çalıştırmanız yeterlidir."strURL" adlı değişenin değerinde .csv dosyasının yerini belirtmeniz gerekir
<%
'declare our variables
Dim  objFSO , strURL , objFile
'create an instance of the file system object
Set  objFSO = Server.CreateObject("Scripting.FileSystemObject")
'this is the csv file downloaded from yahoo
strURL = Server.MapPath("quotes.csv")
'open the file
Set  objFile = objFSO.OpenTextFile(strURL)
'while we are not at the  end  of the file
Do  While Not objFile.AtEnd

İçeriğin devamı sadece üyeler içindir!
2oo5 - 2oo9 © Copyright AspKafem.com (AspSitem 2.0 Süper Sürüm ExTRa Line Edition)