Creating char

Results 1 to 2 of 2
  1. #1
    Member Life214 is offline
    MemberRank
    May 2011 Join Date
    61Posts

    Creating char

    when i use this SQL Script


    use account
    exec dbo.cabal_tool_registerAccount 'yourusername' , 'yourpw'

    then the result is


    Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount, Line 10
    Cannot insert the value NULL into column 'Password', table 'ACCOUNT.dbo.cabal_auth_table'; column does not allow nulls. INSERT fails.
    The statement has been terminated.
    Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount, Line 16
    Cannot insert the value NULL into column 'UserNum', table 'ACCOUNT.dbo.cabal_charge_auth'; column does not allow nulls. INSERT fails.
    The statement has been terminated.

    (1 row(s) affected)


    anyone knows how to fix?


  2. #2
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: Creating char

    Search in this forum for xp_md5.dll. You're missing it.



Advertisement