Also Habe Alles Soweit Fertig Nur das Prob Ist Wie ich ein normalen Acc Zum Gm / Adminj acc mache... Kann mir einer denn MSSQL befehl gebn? XO
thx 4 help :)
thx 4 help :)
USE [ACCOUNT_DBF] GO INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [OldPassword], [TempPassword], [cash]) VALUES (N[COLOR="Red"]'ID[/COLOR]', N'[COLOR="Red"]PW IN MD5[/COLOR]', N'T', N'A', NULL, 0, N'P', NULL, 0, NULL, 0) GO INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [email]) VALUES (N'[COLOR="Red"]ID[/COLOR]', N'A000', N'2', N'Z', '20080818 00:51:35.700', N'20010101', N'20990101', N'20050101', N'O', NULL, NULL) GO