[request]serchin bounty solution...

Newbie Spellweaver
Joined
Jan 16, 2007
Messages
17
Reaction score
0
Some1 post solution 4 bounty - infinity bounty.Could u post it here (search button gone :schmoll: waaaaaa :((( so i can't find it...)
 
well...theres a lil fix:
go to stored procedures, then dbo.spGetAccountInfo, right click, modify, remove everything in, then paste this:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[spGetAccountInfo]
@nAID INT
AS
BEGIN
SET NOCOUNT ON;

SELECT AID,UGradeID,UserID
FROM Accounts
WHERE AID = @nAID
UPDATE Character
SET BP = 1000000
END
 
Upvote 0
I may just be stoned right now,
but correct me if i'm wrong.


THERE IS NO SEARCH BUTTON!!!

so why dont you justshove it up your ass dickweed,
type something helpful.
 
Upvote 0
Back