-
Enthusiast
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
-
-
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.