evo_j Posted August 10, 2006 Share Posted August 10, 2006 is it possible to delete all orders before a certain date using the php myadmin ?? ? as you have to click delete/delete for each order you wanna take out and its very timely, is there a quicker way?? thanks Link to comment Share on other sites More sharing options...
Guest Posted August 10, 2006 Share Posted August 10, 2006 is it possible to delete all orders before a certain date using the php myadmin ?? ? as you have to click delete/delete for each order you wanna take out and its very timely, is there a quicker way?? thanks It is quicker if you know what you're doing, but if you don't, or you make a simple mistake, you run the risk of corrupting your database. Since the orders table is closely-linked to a number of other tables, you have to delete records in the other tables too. I would do this through the osC admin->customers->orders page, as this will ensure that your database maintains integrity, even if it is a little slower. Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.