Failed Creating Database Hatası Çözümü

Kayıtlı Üye
Katılım
14 Mayıs 2013
Mesajlar
946
Cevap: Failed Creating Database Hatası Çözümü



:thinking::thinking::thinking::thinking::thinking::thinking::thinking::thinking::thinking:
 
Kayıtlı Üye
Katılım
25 Ekim 2016
Mesajlar
110
Cevap: Failed Creating Database Hatası Çözümü



234234234234234234
 
Kayıtlı Üye
Katılım
7 Ağustos 2012
Mesajlar
330
Cevap: Re: Failed Creating Database Hatası Çözümü



bakalım....
 
Kayıtlı Üye
Katılım
23 Mart 2012
Mesajlar
166
Cevap: Failed Creating Database Hatası Çözümü



sağol reiss
 
Kayıtlı Üye
Katılım
28 Kasım 2013
Mesajlar
86
Cevap: Failed Creating Database Hatası Çözümü



***Hidden content cannot be quoted.***



USE [homeko]

GO

/****** Object: StoredProcedure [dbo].[ACCOUNT_LOGIN] Script Date: 01/05/2017 15:31:29 ******/

SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER OFF

GO



ALTER PROCEDURE [dbo].[ACCOUNT_LOGIN]

@AccountID varchar(21),

@Password varchar(13),

@nRet smallint OUTPUT



AS

-- # Account Nation Transfers Queue # --

EXEC ACCOUNT_NATION_TRANSFER ''



--CurrentUserdan Silelim

delete from currentuser where straccountid = @AccountID







-- Orjinalin Devamý :)

DECLARE @Nation tinyint, @CharNum smallint

SET @Nation = 0

SET @CharNum = 0



DECLARE @pwd varchar(13)



SET @pwd = null



SELECT @pwd = strPasswd FROM [dbo].[TB_USER] WHERE strAccountID = @AccountID and idays=6

IF @pwd IS null

BEGIN

SET @nRet = 0

--SET @nRet = 4

RETURN

END



ELSE IF @pwd <> @Password

BEGIN

SET @nRet = 0

--SET @nRet = 3

RETURN

END



DECLARE @PremiumServiceDEC varchar(21)

select @PremiumServiceDEC = count(straccountid) FROM premium_service WHERE strAccountID = @AccountID



SELECT @Nation = bNation, @CharNum = bCharNum FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID

IF @@ROWCOUNT = 0

BEGIN

SET @nRet = 1

RETURN

END

IF @CharNum = 0

BEGIN

SET @nRet = 1

RETURN

END

ELSE

BEGIN

SET @nRet = @Nation+1

--SET @nRet = 1

RETURN

END
 
Kayıtlı Üye
Katılım
22 Ocak 2015
Mesajlar
500
Cevap: Failed Creating Database Hatası Çözümü



teşekkürler
 
Üst Alt
Reklam
Reklam