Guys can any 1 help me pls ,i have set up server and client and everything seems to work fine but when i try to make new char with this query
"DECLARE @UserNO varchar(16), @AccountID varchar(16), @Password varchar(16), @PasswordH varchar(32), @Email varchar(50), @SecretA varchar(22), @SecretQ varchar(22)
SET @UserNO= '09101410275532'
SET @AccountID = '[GM]budala'
SET @Password = '53225322'
SET @PasswordH = '5049ba2aa8aca043ec1f4ec90941c44a'
SET @Email = '
[Only registered and activated users can see links. Click Here To Register...]'
SET @SecretA = 'koje je boje noc'
SET @SecretQ = 'noc je crne boje'
Insert Into [TBL_USER] Values (@UserNO, @AccountID, @Password, @Email, @SecretA, @SecretQ)
Insert Into [USER_PROFILE] Values (@UserNO,@AccountID,@PasswordH,'801011000000','1', '0','Y','01/01/2006 00:00:00',null,null,null,'000')"
im geting this error msg " Server: Msg 208, Level 16, State 1, Line 9
Invalid object name 'TBL_USER'."
das any 1 know what might be the problem?