Can SOmeone know how can i fix if i registered it's said successfull then i log in it' said Failed
how to resolve this problem?
Can SOmeone know how can i fix if i registered it's said successfull then i log in it' said Failed
how to resolve this problem?
go to ranuser make new query then executed this,and then register a new account and try to log in again :)
GO
/****** Object: Table [dbo].[UserInfo] Script Date: 02/27/2012 11:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
ALTER TABLE UserInfo
ADD UserSQ varchar(50),UserSA varchar(50);
GO
SET ANSI_PADDING OFF
Thank you very much