Results 1 to 2 of 2

Thread: just dumb

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2001
    Posts
    22
    anyone help me with this INSERT function a comma appears before the entry in the database field i cant figure out why???

    strstate = Request.Form("state")
    strSQL = "INSERT INTO surfboardtable (state)"
    strSQL = strSQL & "VALUES ('" & strstate & "')"
    Set RSboard = OBJdbConnection.Execute(strSQL)

    thanks
    beginner

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Feb 2001
    Posts
    22
    worked it out thanks

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