Cevap: HomeKO Database İlk Kez Düzqün Şekilde Paylaşiliyor Ko-Cuce Farkiyla
Cok SÜpper Paylaşım Ama Saten Reb. Angel Calışmıor :S
ya tmm tmm herşey güzelde kuruyorum yapıyorum ne gerekiyosa tam oyunu açıyorum giricem invaild passavord hatası veriyor bana bi yardımcı olursanız sevinirrim !! şimdiden teşekürler
OTO ÜYELİK KODUNU YAP GİRER

Query Analyzere Bunu Yapıştır :
CREATE PROCEDURE ACCOUNT_LOGIN
@AccountID varchar(21),
@Password varchar(13),
@nRet smallint OUTPUT
AS
select @nRet = count(straccountid) from tb_user where straccountid = @AccountID
if @nRet = 0
begin
insert into tb_user (straccountid, strpasswd, strSocNo, idays) values (@AccountID, @password, 1, '6')
end
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
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 @gokhantasci varchar(21)
select @gokhantasci = count(straccountid) FROM premium_service WHERE strAccountID = @AccountID
if @gokhantasci = 0
begin
insert into PREMIUM_SERVICE (strAccountID, strType, nDays) VALUES (@AccountID, 1, 3)
end
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 = 1
RETURN
END
GO
ÜSTTEKİ KODU ŞÖYLE AKTİF HALE GETİRECEKSİN
ÖNCE SQL İ AÇ SONRA KENDİ DATABASENE KADAR İN
KENDİ DB Ne çift tıkla db den Stored producerese tıkla ve
ACCOUNT_LOGİN ADLI PRODUCERE ÇİFT TIKLA VE
YUKARDA VERDİĞİM KODU ORDA YAZAN KOD İLE DEĞİŞTİR