Results 1 to 9 of 9

Thread: sql problem with auto number field [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Location
    Wollongong. NSW. Australia
    Posts
    470

    Resolved sql problem with auto number field [RESOLVED]

    This is the start of my sql statement, but I am having problems because the first field in the db is an autonumber and I don't know how to bypass it in the sql (2nd line). I have tried just a , but that doesn't work.



    SQL="INSERT INTO Players VALUES(" & _
    "," & _
    "'" & Request.Form("username") & "'," & _
    Last edited by Supremus; Dec 10th, 2006 at 04:22 PM.
    My reputation is in tatters. Don't bother trying to repair it.

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