Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. majohnson

    Hi if you can't tell i am new at SQL. I am not able to delete the lin

    Hi if you can't tell i am new at SQL.&nbsp;&nbsp;I am not able to delete the link from the database.&nbsp;&nbsp;My page says i am successful but it still there.&nbsp;&nbsp;What do you suggest?<br><br><br>oConn.Open<br>SQL = &quot;DELETE FROM EPIC_LINK WHERE LNK_USER = &quot; & UserID & &quot...
  2. majohnson

    &lt;% '******************************************************** I AM TR

    &lt;%<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 = &quot;DELETE FROM EPIC_LINK WHERE...
  3. majohnson

    Dynamic Web Page (VBScript and SQL)

    &lt;%UserID= &quot;'&quot; & Request.Form(&quot;UserID&quot;) & &quot;'&quot;<br>name=Request.Form(&quot;name&quot;)<br>%&gt;<br><br>SQL= &quot;SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = &quot; & UserID + LNK_NM = &quot; & name<br><br>I am not able the update the LNK_NM AND...
  4. majohnson

    Dynamic Web Page with VBScript and SQL

    &lt;%UserID= &quot;'&quot; & Request.Form(&quot;UserID&quot;) & &quot;'&quot;<br>name=Request.Form(&quot;name&quot;)<br>%&gt;<br><br>SQL= &quot;SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = &quot; & UserID&nbsp;&nbsp;AND LNK_NM = &quot; & name<br><br>Can someone please tell me what is...
  5. majohnson

    Using VBScript with SQL

    SQL= &quot;SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = &quot; & UserID&nbsp;&nbsp;AND LNK_NM = &quot; & name<br><br>Can someone please tell me what is wrong with this SQL statement.&nbsp;&nbsp;I am trying to update the LNK_NM and LNK_DSPL.<br>Thanks<br>
  6. majohnson

    SQL in a Dynamic Web Page

    I am building a web page using Access, VBScript, and SQL.&nbsp;&nbsp;I want to be able to DELETE a link which includes an UserID. Everytime i try to delete it i get this error.&nbsp;&nbsp;Can someone please help me?<br><br>DELETE FROM EPIC_LINK WHERE LNK_NM = <A HREF="http://www.espn.com"...

Part and Inventory Search

Back
Top