Cannot create account

Results 1 to 2 of 2
  1. #1
    Enthusiast nick0909 is offline
    MemberRank
    Apr 2009 Join Date
    43Posts

    Cannot create account

    Hi when i put query exec dbo.cabal_tool_registerAccount 'id' , 'password'
    I've this error:can't insert NULL in Password and Usernum


  2. #2
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Cannot create account

    This is one of the most common errors and there is no way you would not have found the answer by searching. Your xp_md5 support is not working.

    Rather than mess around with the dll use this method if you use sql 2005 as it's 32-bit compatible too.
    http://forum.ragezone.com/f459/fix-l...64-dll-608699/

    If you use sql 2000 you need to go back and read the guide again. Find xp_md5 in the "extended procedures" folder of the master database and make sure the path to the dll is correct.



Advertisement