-
Member
deleting a vendor?
Well i screwed up a vendor in antrix and i dont know how to delete stuff. It never comes up in the tables for some reason whenever i edit something but they still work for some reason. I usaly just make a sql file and put whatever i need done in there then just execute it into the data base. So is there any way to delete a sepecific id'ed vendor using a sql file being executed into the database?
EDIT: I found out what the command was Its DELETE FROM <Table> WHERE entry="";
Last edited by Xperience; 24-06-07 at 03:59 PM.
Reason: Figured it out
-