<% @Language="VBSCRIPT"%> <% session.lcid = 1046 Response.buffer = true Response.Clear Response.addHeader "pragma", "no-cache" Response.Expires = 0 Session.Timeout = 5 Dim strSQL, Conexao, rs, varCodCategoria varCodEmpresa = Request.QueryString("varCodEmpresa") set dataconn = server.createobject ("ADODB.connection") set rsEmp = server.createobject ("ADODB.recordset") dataconn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=D:\web\brnt3sp332\databases\lojas.mdb" strEmp = "SELECT * FROM Empresas WHERE COD_Empresa = '" & varCodEmpresa & "' ORDER BY Empresa" rsEmp.open strEmp, dataconn, 1, 3%> :: Guia Freguesia ::
11
1
1 1
Freguesia do Ó,
1

Anuncie

1

Classificados

1

Promoções

1

Tel.Úteis

1

Expediente

1

Contato

DECORAÇÃO

Você está em:  Índice > Decoração

<% varemail = rsEmp("Email") if ISNull(varemail)then response.write "" end if IF Not ISNull(varemail) then %> <% end if %> <% varsite = rsEmp("Site") if ISNull(varsite)then response.write "" end if IF Not ISNull(varsite) then %> <% end if %> <% vardetalhes = rsEmp("Detalhes") if ISNull(vardetalhes)then response.write "" end if IF Not ISNull(vardetalhes) then %> <% end if %>
A JANELA
Av. Inajar de Souza, 3745
Tel.: (11) 3981-1177
 
CTG DECORAÇÕES
Av. Itaberaba, 3427
Tel.: (11) 3985-8712
 
DETALHES DECORAÇÃO
Av. Itaberaba, 1814
Tel.: (11) 3991-5199
 
DINIZ ASS. TEC PERSIANAS
R. Ventura Rangel, 115
Tel.: (11) 3932-2069
 
HR HAMILTON REVESTIMENTOS
R. Parapuã, 778
Tel.: (11) 3991-3109
 
PLANEJA DECORAÇÕES E INTERIORES
Estrada do Sabão, 976
Tel.: (11) 3978-4743
 

 

 

Voltar

  Copyright © 2011 - Quatro Estações Internet

<% rsEmp.Close Set rsEmp = Nothing dataconn.Close Set dataconn = Nothing %>