Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Marcelo Abramant

[Resolvido] Erro em ASP

Recommended Posts

To começando hoje aqui no forum, e gostaria de pedir uma ajuda. Eu to elaborando uma página teste para um trabalho de fim de ano de colegial tecnico e tal.. Eu estava indo muito bem até chegar em um erro que não consigo resolver queria saber se alguem pode me ajudar.

Estou postando abaixo o código todo, e em destaque a linha que esta dando erro.

 

Ele diz que o Objeto não foi encontrado.

Obrigado conto com a ajuda de vocês!

 

<!--#include file=conexao.asp-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(principal/fundo.jpg);
}
.style1 {color: #FFFFFF}
-->
</style></head>

<body>
<table width="1024" height="145" border="0" cellpadding="0" cellspacing="0">
  <tr>
	<td height="111" colspan="6"><img src="layout/layout_r1_c1.jpg" width="1024" height="150" /></td>
  </tr>
  <tr>
	<td width="157" height="34"><a href="teste.asp">Home</a></td>
	<td width="165"><span class="style1"><a href="produtos.asp">Produtos</a></span></td>
	<td width="176"><span class="style1"><a href="historia.html">História</a></span></td>
	<td width="154"><span class="style1">Equipe</span></td>
	<td width="140"><span class="style1">Contato</span></td>
	<td width="232" valign="middle">
		<form action="produtos.asp" method="get">
			<table>
				<tr>
					<td><span class="style1">Busca:</span></td>
					<td><input name="txtBusca" type="text" size="10" /></td>
					<td><input type="submit" name="Submit" value="OK" /></td>
				</tr>
			</table>
		</form>
	</td>
  </tr>
</table>
<table width="1024" height="833" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
	<td width="168" height="130"><img src="layout/layout_r3_c2.jpg" width="168" height="138" border="0" usemap="#Map" /></td>
	<td width="850" rowspan="3" valign="top">

	<table width="693" height="497" border="0" align="center" cellpadding="0" cellspacing="0">	
	  <tr>

	<%
	where = ""
	if request("categoria") <> "" or request("marca") <> "" or request("txtBusca") <> "" then
		if request("categoria") <> "" then
			where = "categoria = '" & request("categoria") & "'"
		end if
		if request("marca") <> "" then
			where = "marca = '" & request("marca") & "'"
		end if
		if request("txtBusca") <> "" then
			where = "produto like '%" & request("txtBusca") & "%'"
		end if
rs.open select * from produto cnn, 1 'linha =0

while not rs.eof
		if linha mod 3 = 0 then
		response.write "</tr><tr>"
		end if
	%>
	
	
		<td>
		<table>
			<tr>
			<td height='171' align='center'><img src='banco/<%=rs.fields("imagem")%>'></td>
			</tr>
			<tr>
			<td height="79" align="center" valign="top"><%=rs.fields("produto")%><br><%=FormatCurrency(rs.fields("preco"),2)%></td>
			</tr>				
		</table>
		</td>
  
	  <%
		rs.movenext
		linha = linha + 1 
		wend
		rs.close 
	

	end if
	
%>


	  </tr>
	</table></td>
  </tr>
  <tr>
	<td height="401" valign="top"><img src="layout/layout_r5_c2.jpg" width="168" height="401" border="0" usemap="#Map2" /></td>
  </tr>
  <tr>
	<td height="294"> </td>
  </tr>
</table>
<map name="Map" id="Map">
  <area shape="rect" coords="49,37,118,56" href="teste.asp?categoria=masculino" />
  <area shape="rect" coords="51,56,118,72" href="teste.asp?categoria=feminino" />
<area shape="rect" coords="54,73,114,89" href="teste.asp?categoria=tenis" />
<area shape="rect" coords="57,90,112,107" href="teste.asp?categoria=chinelo" />
<area shape="rect" coords="26,106,147,122" href="teste.asp?categoria=mochila" />
</map>
<map name="Map2" id="Map2">
  <area shape="rect" coords="62,301,101,320" href="teste.asp?marca=Urgh" />
  <area shape="rect" coords="6,116,156,134" href="teste.asp?marca=Element" />
<area shape="rect" coords="37,48,128,67" href="teste.asp?marca=blacksheep" />
<area shape="rect" coords="49,66,115,83" href="teste.asp?marca=blunt" />
<area shape="rect" coords="63,82,103,101" href="teste.asp?marca=crail" />
<area shape="rect" coords="41,100,123,117" href="teste.asp?marca=dropdead" />
<area shape="rect" coords="53,135,113,151" href="teste.asp?marca=emerica" />
<area shape="rect" coords="69,151,96,171" href="teste.asp?marca=es" />
<area shape="rect" coords="56,170,114,187" href="teste.asp?marca=etnies" />
<area shape="rect" coords="58,186,106,200" href="teste.asp?marca=hurley" />
<area shape="rect" coords="14,202,152,219" href="teste.asp?marca=independent" />
<area shape="rect" coords="62,218,107,234" href="teste.asp?marca=lakai" />
<area shape="rect" coords="53,235,110,253" href="teste.asp?marca=moska" />
<area shape="rect" coords="49,252,116,269" href="teste.asp?marca=nike" />
<area shape="rect" coords="52,336,118,353" href="teste.asp?marca=zooyork" />
<area shape="rect" coords="63,319,99,336" href="teste.asp?marca=vans" />
<area shape="rect" coords="47,286,119,303" href="teste.asp?marca=standup" />
<area shape="rect" coords="65,269,103,288" href="teste.asp?marca=ogio" />
</map>
</body>
</html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

qual numero do erro gerado ?

Compartilhar este post


Link para o post
Compartilhar em outros sites

atribua a sua instrução SQL a uma variável, tipo:

SQL="select * from produto"

e separe o * do FROM (acima *from)

e chame rs.open SQL,conexao_ativa,1,3

Compartilhar este post


Link para o post
Compartilhar em outros sites

Objeto requerido. Um dos motivos que faz com que esse erro ocorra é tentar utilizar a propriedade ou executar uma ação em um objeto quando o mesmo ainda não foi criado. Por exemplo, caso você tentar finalizar a instância de um objeto sem ter criando: conn.Close(). Esse tipo de ação gera o erro de número 800A01A8. Antes de finalizar a instância do objeto o mesmo deve ser criado. (Set conn = Server.CreateObject("ADODB.Connection"))

 

'crio o rs
  set rs=Server.CreateObject("ADODB.Recordset")
  'crio o SQL
  SQL="SELECT * FROM produto"
  rs.open SQL,conexao,1,3

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.