-
Enthusiast
problem sql 2014

this causes to delete new player
please i need help .
thanks
-
-
Enthusiast
Re: problem sql 2014
Looking for a programmer to server MUEMU S6 solve a problem in the SQL tables and some problems I will be happy to help you thanks
-
Re: problem sql 2014
why dont you just use sql 2008 or 2012 instead?
-
Re: problem sql 2014
Wtf?
Dont open the table directly.
Use query for everything!
If you would like to delete something
than DELETE FROM TABLENAME Where COLUMNNAME = "USERNAME"
so for example...
DELETE FROM dbo.MEMB_INFO Where memb___id = "revolgaming"
run the query and you are done... dont open the table directly....