I cant how to Create an account ?

Results 1 to 3 of 3
  1. #1
    Apprentice unverjien is offline
    MemberRank
    Jan 2014 Join Date
    10Posts

    sad I cant how to Create an account ?

    Create an account (AccountLevelCode 100 give access to admin commands)
    USE [DNMembership]
    GO
    DECLARE @return_value int
    EXEC @return_value = [dbo].[P_AddAccount]
    @nvcAccountName = N'USERNAME',
    @inyAccountLevelCode = 100,
    @inyCharacterCreateLimit = 4,
    @inyCharacterMaxCount = 4,
    @dt2LastLoginDate = NULL,
    @vchLastLoginIP = NULL, @IntLastSessionID = NULL,
    @vchJoinIP = NULL,
    @inyPublisherCode = 4,
    @inyGenderCode = NULL, @DaTBirthDate = NULL,
    @vchPassphrase = N'PASSWORT',
    @inyNationalityCode = NULL,
    @inyChannelPartnerCode = NULL
    SELECT 'Return Value' = @return_value
    GO

    run cmd ? or sqlcmd - -

    how to ?
    I do not understand
    help me take picture please .


  2. #2
    PUTRA INDONESIA gigok is offline
    MemberRank
    Sep 2005 Join Date
    REPUBLIK INDONESIALocation
    426Posts

    Re: I cant how to Create an account ?

    check your other post with same questions. I posted there..

  3. #3
    Apprentice unverjien is offline
    MemberRank
    Jan 2014 Join Date
    10Posts

    Re: I cant how to Create an account ?

    i want pic i see posted but i cant T T

    - - - Updated - - -
    [IMG][/IMG]



Advertisement