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 & "...
<%<br>'********************************************************<br>I AM TRYING TO DELETE A LINK AND I KEEP GETTING AN ERROR<br>CAN ANYONE SEE A PROBLEM?<br>'********************************************************<br><br>oConn.Open<br>SQL = "DELETE FROM EPIC_LINK WHERE...
<%UserID= "'" & Request.Form("UserID") & "'"<br>name=Request.Form("name")<br>%><br><br>SQL= "SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = " & UserID + LNK_NM = " & name<br><br>I am not able the update the LNK_NM AND...
SQL= "SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = " & UserID AND LNK_NM = " & name<br><br>Can someone please tell me what is wrong with this SQL statement. I am trying to update the LNK_NM and LNK_DSPL.<br>Thanks<br>
I am building a web page using Access, VBScript, and SQL. I want to be able to DELETE a link which includes an UserID. Everytime i try to delete it i get this error. Can someone please help me?<br><br>DELETE FROM EPIC_LINK WHERE LNK_NM = <A HREF="http://www.espn.com"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.