<% @ 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ı - DEVLET PLANLAMA TEŞKİLATI Sekizinci Beş Yıllık Kalkınma Planı Özel İhtisas Komisyonu Sektör Raporları

DEVLET PLANLAMA TEŞKİLATI
Sekizinci Beş Yıllık Kalkınma Planı Özel İhtisas Komisyonu Sektör Raporları

  <% set rs = Server.CreateObject("ADODB.Recordset") rs.Open "Select * from DPTRapor 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 yolpdf = Server.MapPath(rs("pdfURL")) set fs = CreateObject("Scripting.FileSystemObject") set dosyap = fs.GetFile(yolpdf) %> "> 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 %>