jag kör just nu:
strSQL = "select * from topics where"
StrSQL = STRSQL + " forum_ID="&Request.Querystring("id") &" and senast_datum >= DateAdd('d',"& Request.Cookies("voigtan.cjb.net")("inlagg")&",now())"
StrSQL = STRSQL + " order by senast_datum DESC"
set RS2 = Server.CreateObject("ADODB.RecordSet")
jag undra hur ska min SQL sträng ser ut om jag vill ta ut också forum_ID och lägg alla som har sticky = true i databasen längst upp?