jag har: Vad får du för fel på "sidan kan inte visas"?Uppdatera poster i mysql
<%Response.Buffer=True%>
<!-- #include virtual="/sökväg till connstr" -->
<%
Set conn = Server.CreateObject("ADODB.connection")
conn.Open connstr
Tstart = Request.Form("Tstart")
InfoTopRight = Request.Form("infoTopRight")
InfoBottom = Request.Form("infoBottom")
SQL="UPDATE Mainsite SET Tstart = '"& Tstart &"', infoTopRight = '"& infoTopRight &"', infoBottom = '"& infoBottom &"'"
Conn.Execute(SQL)
Response.Clear
Response.Redirect "../main.asp"
%>
Det jag vill är att uppdatera databasen med den nya datan, men inget händer, jag får bara sidan kan inte visasSv: Uppdatera poster i mysql
Och, nu kan jag ha fel, men är inte mySQL lite kinkig med WHERE?
<code>
SQL="UPDATE Mainsite SET Tstart = '"& Tstart &"', infoTopRight = '"& infoTopRight &"', infoBottom = '"& infoBottom &"' WHERE [n] = "& [n]
</code>
T ex