Hi if you can't tell i am new at SQL. I am not able to delete the link from the database. My page says i am successful but it still there. What do you suggest?<br><br><br>oConn.Open<br>SQL = "DELETE FROM EPIC_LINK WHERE LNK_USER = " & UserID & " and LNK_NM = '" & name & "'"<br>Response.Write SQL<br>oConn.Execute(SQL)<br>%><br><br>DELETE FROM EPIC_LINK WHERE LNK_USER = '' and LNK_NM = '' <br><br>