Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

problem sql 2014

Newbie Spellweaver
Joined
Sep 15, 2016
Messages
33
Reaction score
1
W5Y5hzz - problem sql 2014 - RaGEZONE Forums



this causes to delete new player
please i need help .
thanks
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 15, 2016
Messages
33
Reaction score
1
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
 
Upvote 0
Don't be afraid to ask!
Loyal Member
Joined
Jun 2, 2012
Messages
1,454
Reaction score
252
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....
 
Upvote 0
Back
Top