Search

You searched for the word(s): userid:674691

Matching Posts

  • Re: Bug or intentional: aspnet_Membership_GetUserByName does not update LastActivityDate

    I initialized @userId variable with SQL SELECT command. This works for me: CREATE PROCEDURE dbo.aspnet_Membership_GetUserByName @ApplicationName nvarchar(256), @UserName nvarchar(256), @CurrentTimeUtc datetime, @UpdateLastActivity bit = 0 AS BEGIN DECLARE @UserId uniqueidentifier IF (@UpdateLastActivity = 1) BEGIN -- Dadi, 11.08.2006 -- Am adaugat eu cda 'select' de mai jos. Fara ea nu se poate executa cda 'update' care actualizeaza LastActivityTime. --Pb. provine din faptul ca variabila @UserId
    Posted to Security (Forum) by lmaran on 8/11/2006
Page 1 of 1 (1 items)
Microsoft Communities