Results 1 to 6 of 6

Thread: ***????

  1. #1

    Thread Starter
    Lively Member Nigorr's Avatar
    Join Date
    Apr 2002
    Location
    Brisbane, Australia
    Posts
    106

    Question ***????

    What is wrong with this
    Code:
    "INSERT INTO tblUsers (UserName, Password) VALUES ('" & sUserName & "',  'sPassword')"

  2. #2

    Thread Starter
    Lively Member Nigorr's Avatar
    Join Date
    Apr 2002
    Location
    Brisbane, Australia
    Posts
    106

    I get a syntax error

    d

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: ***????

    Code:
    "INSERT INTO tblUsers (UserName, Password) VALUES ('" & sUserName & ','" &  sPassword & "');"

  4. #4
    Hyperactive Member Petergotchi's Avatar
    Join Date
    Jan 2002
    Location
    Dendermonde - Belgium
    Posts
    267
    Code:
    "INSERT INTO tblUsers (UserName, Password) VALUES ('" & sUserName & "','" &  sPassword & "');"
    I think it's this...
    Kind Regards,

    Pieter

    PS: If you found someone's answer helpful, please be so kind to rate that person.
    Thanks.

  5. #5
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    What is the error exactly?
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  6. #6

    Thread Starter
    Lively Member Nigorr's Avatar
    Join Date
    Apr 2002
    Location
    Brisbane, Australia
    Posts
    106
    Figured it out Password was causing problems, got to use [Password]

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