Results 1 to 3 of 3

Thread: Update Syntax error (Resolved)

Threaded View

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Update Syntax error (Resolved)

    Hi this code keeps bringing up a syntax error but it looks fine any ideas??

    VB Code:
    1. Set myrs = MyConn.Execute("UPDATE users SET Password = '" _
    2.           & TxtnewPWD.Text & "' WHERE UserName ='" & username & "'")

    im trying to let the user update the password
    Last edited by señorbadger; Dec 14th, 2003 at 11:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width