ERROR 3704:
Função "ConnRS" Operation is not allowed when the object is closed.
Query=SELECT a.id, a.descricaoTopo, a.mostrar_titulo, b.empresa, b.categoria, c.imagem, c.dataCadastro from guiaEmpresas a, guiaRel b, guiaImagens c where a.status = 1 and b.produto = 'Cadeira de Praia' and b.categoria = 'Brindes' and b.empresa = a.empresa and c.idTipo = 7 and c.idEmpresa = a.id order by newid()