Results 1 to 6 of 6

Thread: Tornado - DB Login Problem

  1. #1
    Join Date
    Dec 2002
    Location
    Albany, NY
    Posts
    115

    Tornado - DB Login Problem

    There seems to be an issue with the Tornado DB login system.

    I can successfully get it working if an email account string is exactly the length of the database field. e.g. field length = 35 of type char/nchar and the users email address is 35 characters long. If the email string is less then 35 it fails with an invalid email address message.
    I'm using MS SQL 2000.

    thanks, paul

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    post the exact error message.

    FK

  3. #3
    Join Date
    Oct 2002
    Posts
    933
    also... I assume that the problem is in the email password (forget password). Address stored on SQL2000. If length of address <> length of field then it'll fail?

    FK

  4. #4
    Join Date
    Dec 2002
    Location
    Albany, NY
    Posts
    115

    More on email address and login

    Yes Frank, the length of the email address needs to be exactly the size of the MS SQL2000 field it is stored in.
    e.g. field length = 35, email address = 35, the system works. If not, you get this error message.

    (1105:77)Message
    Invalid user email address

    Transversely, if I tailor the field to the length of the email address, it recongizes the string as a valid address and sends the information.

    paul

  5. #5
    Join Date
    Oct 2002
    Posts
    933
    this is very strange.. I'll look into it..

    Frank

  6. #6
    Join Date
    Oct 2002
    Posts
    933
    Paul,
    YOu are right... retriving the field of 35 nchar address returns a string padded with spaces... now it is fixed.

    Apologize for taking so long... V0104+ will have the fix..


    Frank

Posting Permissions

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