ju_rezende Postado Março 17, 2006 Denunciar Share Postado Março 17, 2006 Olaá pessoal fiz um codio de busca que me mosta o tatal de registro, ma ele esta mostrando o total de registro do banco e não do resultado de registro que encontrou....será que alguém poderia me dar uma ajudinha?Vou por meu codigo aqui<html><head><title>Comércio de Jacareí</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body background="../imagem/bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="779" border="0" align="center" cellpadding="0" cellspacing="0" id="setores"> <tr> <td bgcolor="#FFFFFF"><table id="setores" width="779" height="864" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="779" height="33"><!--#include file="topo01.html"--></td> </tr> <tr> <td width="779" height="81"><!--#include file="topo02.asp"--></td> </tr> <tr> <td width="779" height="86" background="../imagem/bg_topo3.gif" ><!--#include file="topo3.html"--> </td> </tr> <tr> <td width="779" height="14" bgcolor="#8DB5AF"></td> </tr> <tr> <td width="779" height="3" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="779" height="625" Valign="top" align="center"><table width="770" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <%dim busca1 busca1=trim(request.form("NomeBusca"))sql2 = "select * from clientes where Endereco like '%" & busca1 & "%' and del=0 order by empresa"'db = server.MapPath ("dados\treino.mdb")'set con = server.CreateObject("adodb.connection")'con.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("..\dados\treino.mdb") &";Persist Security Info=False"set rs2 = server.CreateObject ("adodb.recordset") rs2.Open sql2,con,3,3 %><table id="lojamostra"width="770" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="28"><font size="2" face="Arial, Helvetica, sans-serif"><a href="default.asp">Home</a></font> <font size="2" face="Arial, Helvetica, sans-serif"><a href="default.asp">Voltar</a></font> </td> <td width="340"><div align="right"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Total de registros</strong></font> <%=rs2.recordcount%> </div></td> </tr> <tr> <td colspan="2" align="center"> <%dim sqlif request.form("bairro")<>"Bairro" then sql=" And Bairro = '" & request.form("Bairro") & "'" elseif request.form ("Categoria")<> "Categoria" then sql=" And Categoria = '" & request.form("Categoria") & "'" & sqlelseif request.form ("Empresa") <> "" then sql=" And Empresa like '%" & trim(request.form("Empresa")) & "%'" & sqlelse response.write "Nehum registro encontrado" response.endend if%> <%set rs2 = server.CreateObject ("adodb.recordset")rs2.Open "select * from clientes where del = 0 " & sql & " order by empresa",con,3,3 %> <%Dim Bairro%> <% Dim categoria%> <%Dim Empresa %> <% Bairro=request.form("Bairro")%> <% Categoria=request.form("Categoria")%> <%Empresa=request.form("Empresa") %> <%if rs2.eof=true then %> <font color="#000000" size="2" face="Arial, Helvetica, sans-serif"><strong> <%response.write " Nenhum registro encontrado"%></strong></font></td> </tr> <%else%> <tr > <td colspan="2" background="../imagem/fundodaTd.gif"><font color="#990000" size="2" face="Arial, Helvetica, sans-serif"><strong><font color="#990000" size="2" face="Arial, Helvetica, sans-serif">Pesquisa por </font> >> </strong><font color="#990000">Bairro</font><strong> <%response.write Bairro%> </strong></font>>> <font color="#990000">Categoria <font color="#000000">>></font> <%response.write Categoria %> Por Nome <font color="#000000">>></font> <%response.write Empresa%> </font></td> </tr> <% do while not rs2.eof%> <tr > <td colspan="2" background="../imagem/fundodacinza.gif"> <font color="#333333" size="2" face="Arial, Helvetica, sans-serif"><strong>Empresa:</strong></font><font color="#990000" size="2" face="Arial, Helvetica, sans-serif"> <strong> <font color="#990000" size="2" face="Arial, Helvetica, sans-serif"> <strong> <%response.write rs2("Empresa")%> </strong></font> </strong></font></td> </tr> <tr> <td><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"><strong>Endereço: </strong></font><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"> <font color="#000000" size="2" face="Arial, Helvetica, sans-serif"><% response.write rs2("Endereco")%></font> </font></td> <td><strong><font color="#000000" size="2">Bairro: </font></strong> <font color="#000000" size="2" face="Arial, Helvetica, sans-serif"> <font color="#000000" size="2" face="Arial, Helvetica, sans-serif"> <% response.write rs2("Bairro")%></font> </font></td> </tr> <tr> <td height="23" valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Telefone: (12)</strong></font><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"> <% response.write rs2("Telefone")%> </font> </td> <td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Site:</strong></font> <font size="2" face="Arial, Helvetica, sans-serif">: </font> <% if rs2("site")<>"-" then%> <a href ="Http://<%=rs2("site")%>"><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"> <%response.write rs2("Site")%> </font> <%else%> </a><a href ="NaoSite.asp"><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"> <%response.write rs2("Site")%> </font> <%end if%> </a> </td> </tr> <%rs2.movenext%> <%loop%> <%end if%></table><% if con.state <> 0 then con.CloseIf rs.state <> 0 Then rs.closeIf rs2.state <> 0 Then rs2.closeIf rs1.state <> 0 Then rs1.closeset con= Nothingset rs = Nothingset rs1 = Nothingset rs2 = Nothing%></td> </tr></table></td> </tr> <tr> <td width="779" height="22"></td> </tr></table> </td> </tr></table></body></html>abraços Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 ju_rezende Postado Março 17, 2006 Autor Denunciar Share Postado Março 17, 2006 Valeu pessoal jáconsegui resolver este probleminha coloquei o total de registro depois da sql.......... Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
ju_rezende
Olaá pessoal fiz um codio de busca que me mosta o tatal de registro, ma ele esta mostrando o total de registro do banco e não do resultado de registro que encontrou....será que alguém poderia me dar uma ajudinha?
Vou por meu codigo aqui
abraços
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.