well the first one is about create an new account. obs: The Database conection is OK!.
here goes the first ("Cant Create Account"):
In Cabal Editor:
the Password is in there but he says that is <NULL> ._.'
and on query command:
please ignore the user and the pass just see the error O_o
so i build a new query code who can insert the data:
this add the account (checked in DB)according to my requests but i think still wrong!SET IDENTITY_INSERT cabal_auth_table ON
insert into cabal_auth_table (
UserNum
,ID
,Password
,[Login]
,LoginTime
,LogoutTime
,AuthType
,PlayTime
,IdentityNo
,LoginEx
,LastIp
,AuthKey
,CreateDate
) VALUES (
0 -- UserNum
,'admin' -- ID
,'12345' -- Password
,0 -- Login
,'' -- LoginTime
,'' -- LogoutTime
,0 -- AuthType
,0 -- PlayTime
,'' -- IdentityNo
,0 -- LoginEx
,'' -- LastIp
,'' -- AuthKey
,'' -- CreateDate
)
the next error on login it says that Login or Password are wrong
i really dont know what to do please someone help =\
im using SQL 2005.
Thanks!




Reply With Quote



