if NOT addreviewwoa = 0 then
if cint(Request.Form("rating")) = 0 then
objConn.Execute "UPDATE links SET posts = posts + 1 WHERE linkid = "&funcb
else
objConn.Execute "UPDATE links SET rating = "& Round(((linkRec("votes") * linkRec("rating")) + Request.Form("rating"))/(linkRec("votes")+1),2)_
&", votes = votes+1, posts = posts + 1 WHERE linkid = "&funcb
end if
else
if NOT cint(Request.Form("rating")) = 0 then
Response.Write "UPDATE links SET rating = "& Round(((linkRec("votes") * linkRec("rating")) + Request.Form("rating"))/(linkRec("votes")+1),2)_
& ", votes = votes+1 WHERE linkid = " & funcb
objConn.Execute "UPDATE links SET rating = "& Round(((linkRec("votes") * linkRec("rating")) + Request.Form("rating"))/(linkRec("votes")+1),2)_
& ", votes = votes+1 WHERE linkid = " & funcb
end if
end if
if funcc = 0 AND addreviewwoa then
objConn.Execute ("UPDATE links SET threads = threads + 1 WHERE linkid = " & funcb &";")
end if
func = "revlist"
else
if funcc = 0 then
func = "revpost"
else
func = "revresponse"
end if
end if
end if
o erro é sempre na hora da soma do segundo voto... como faço para substituir a (,) pelo (.) eu acho que é ali o erro...... alguém da uma força ai ????
Pergunta
pachecovisk
salve salve galera meu 1 tópico nu fórum.... vamu vê se vocês me ajudaum.....
seguinte to com um erro aqui que já tentei de tudu e não consegui.... o erro é esse
UPDATE links SET rating = 9,67, votes = votes+1 WHERE linkid = 5
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver]
funciona assim o cara vota na noticia.....
o erro é sempre na hora da soma do segundo voto... como faço para substituir a (,) pelo (.) eu acho que é ali o erro...... alguém da uma força ai ????
Link para o comentário
Compartilhar em outros sites
3 respostass 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.