<% @ Language = "VBScript" %> <% Response.Buffer = False connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\databases\sektorrapor.mdb" Set conn = Server.CreateObject("ADODB.Connection") conn.Open connString %> KOBINET - Ekonomi ve İş Dünyası - SANAYİ ve TİCARET BAKANLIĞI Sanayi ve Araştırma Geliştirme Genel Müdürlüğü Sektör Raporları

SANAYİ VE TİCARET BAKANLIĞI
Sanayi ve Araştırma Geliştirme Genel Müdürlüğü Sektör Raporları


<% set rs = Server.CreateObject("ADODB.Recordset") rs.Open "Select * from STBRapor order by sektor_adi asc", conn while not rs.EOF %> <% set dosyap = nothing set dosyaw = nothing set fs = nothing rs.Movenext wend rs.Close set rs = nothing %>
<%= rs("sektor_adi")%> Raporu <% dim dogru dogru = rs("new") if dogru = True then %> <% end if %>
  "> <% dim fs, dosyaw, yolword, yolpdf, dosyap yolword = Server.MapPath(rs("wordURL")) yolpdf = Server.MapPath(rs("pdfURL")) set fs = CreateObject("Scripting.FileSystemObject") set dosyaw = fs.GetFile(yolword) set dosyap = fs.GetFile(yolpdf) %> Microsoft Word Dokümanı (<%= FormatNumber(dosyaw.Size / 1000, 0, 0, 0, -1) %> KB) "> PDF Dokümanı (<%= FormatNumber(dosyap.Size / 1000, 0, 0, 0, -1) %> KB)

 

Adobe Acrobat Reader

PDF dosyalarını izleyebilmek için Adobe Acrobat Reader' i buradan yükleyebilirsiniz.

 

 

 

 

   Copyright Š Her Hakkı Saklıdır
ana sayfae - mailaramasite haritası
<% conn.Close set conn = nothing %>