Ir para conteúdo

POWERED BY:

Arquivado

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

Jow Xavier

[Resolvido] Erro no UPDATE

Recommended Posts

Boa tarde, eu tenho um UPDATE q está funcionando perfeitamente, mas eu tenho uma página de pesquisa q me aparecem todos os dados, pois tenho q criar um atalho, criei um checkbox em um loop, sempre q selecionar um checkbox, na minha página de ação do UPDATE eu pegar o ID da informação e atualizar, mas acontece q ñ está funcionando, o meu código está logo abaixo:

<% 
if session("login") <> true then
  response.redirect "../default.asp"
end if
%>
<style type="text/css">
<!--
#apDiv1 {
	position:absolute;
	width:188px;
	height:324px;
	z-index:1;
	left: 23px;
	top: 57px;
}
-->
</style>
<link href="estilos.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="../estilos.css" rel="stylesheet" type="text/css">
<table width="100%" height="580" border="0" cellpadding="0" cellspacing="0">
  <tr> 
	<td height="100" colspan="2" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','100%','height','100','src','../img/barra_jobs', 'quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../img/barra_jobs' ); //end AC code
</script> <noscript>
	  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="100%" height="100">
		<param name="movie" value="../img/barra_jobs.swf" />
		<param name="quality" value="high" />
		<embed src="../img/barra_jobs.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100"></embed> 
	  </object>
	  </noscript></td>
  </tr>

  <tr> 
	<td height="24" colspan="2" valign="top"><img src="../img/spacer.gif" width="100%" height="20"></td>
  </tr>
  <tr> 
	<td width="200" rowspan="2" valign="top"> <div align="center">
		<!--#include file="../includes/projetos.asp"-->
	  </div></td>
	<td width="878" height="50"> 
	  <table width="100%" height="50" border="0" cellpadding="0" cellspacing="0">
		<tr> 
		  <td height="49" valign="top"><img src="../img/tit_projetos.gif" width="303" height="48"></td>
		</tr>
		<tr bgcolor="#CCCCCC"> 
		  <td><img src="../img/spacer.gif" width="1" height="1"></td>
		</tr>
	  </table></td>
  </tr>
  <tr> 
	<td valign="top" nowrap scope="col"><!--#include file="../includes/usuario.asp"--> <br>
		 </div>
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr> 
		  <td valign="top"> <div align="left"> 
			   <%
			  finalizado="Finalizado" 
			  
		if err = 0 and id <> "" then
			array_id = split(id,",")
			For i=0 to ubound(array_id)
				sql_id = sql_id & "projetos.id = " & Trim(array_id(i)) & " OR "
														 'campo texto, entao" & Trim(array_id(i)) & " OR "
														 'caso numerico '" & Trim(array_id(i)) & "' OR "
			Next
			sql_id = left(sql_id,(len(sql_id)-4))
			sql = "UPDATE projetos SET data_alt = '"&date()&"', hora_alt = '"&time()&"', status='"&Finalizado&"' WHERE "&sql_id&""
			
						set tab = cnn.execute(sql)
			
			call fecha_conectar
set tab = nothing
		  
%>
			  <table width="100%">
				<tr bgcolor=""> 
				  <td colspan="7" height="16" align="center"><div align="center" class="titulo1">Seus 
					  dados foram alterados com sucesso! </div></td>
				</tr>
			  </table>
			  <div align="center"><br>
				<span class="titulo1"> 
				<%else%>
				<br>
				</span><br>
				<span class="titulo1"><br>
				Ocorreu algum erro!<br>
				Nenhum dado foi alterado!</span><br>
				<br>
				<a href="java script:history.back(-1)" class="link_sair">Volta</a></p> 
			  </div>
			</div>
			<div align="center"></div> </div>
			<div align="center">
			  <%End if%>
			</div></td>
		</tr>
	  </table></div>
	  </div></td>
  </tr>
</table>

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.