%@ LANGUAGE=VBScript%> <% Session.LCID = 1046 Response.Expires = 0 Response.ExpiresAbsolute = 0 ' Internet Explorer Response.AddHeader "pragma", "no-cache" ' Netscape Dim conpas, rspas, sSql, cnpath Dim strNoRec Dim i, iPerPag If Request.QueryString("pag") = "2" Then pag = "2" Else pag = "1" End If iPerPage = 4 i = 0 iTotal = 0 set conpas = Server.CreateObject("adodb.connection") cnpath=server.mappath("/") cnpath=left(cnpath, len(cnpath)-3) & "dados\dados.mdb" conpas.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & cnpath sSql = "SELECT * FROM destaques ORDER BY id DESC;" Set rspas = conpas.Execute(sSql) %>
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CVI-Rio
- Centro de Vida Independente do Rio de Janeiro
|