Hi
I need to delete a large number of products from SellerDeck. I would like to do it through access. I am somewhat familiar with the DB structure and know some of the tables to use but I was hoping to get some advice about whether there are records in unusual places or other trace that are left that need to be removed?
I would delete the product (and its duplicates that have *!ProductReferenceNum) by: doing the following in order
1. Removing all records with the PRN in the Product Properties table (for price permutations)
2. Removing all records with the PRN in the User Defined Properties table (for the custom fields)
3. Remove the record from the product table
I don't use the Best Sellers or New Product lists but I did notice some references in the Best Seller List. I guess I need to remove those. As they are auto generated does anyone know if I need to keep the same number of rows or its ok just to delete the row with my reference?
The question is do I need to do anything else?
Many thanks for any advice or help you can give
Tony
I need to delete a large number of products from SellerDeck. I would like to do it through access. I am somewhat familiar with the DB structure and know some of the tables to use but I was hoping to get some advice about whether there are records in unusual places or other trace that are left that need to be removed?
I would delete the product (and its duplicates that have *!ProductReferenceNum) by: doing the following in order
1. Removing all records with the PRN in the Product Properties table (for price permutations)
2. Removing all records with the PRN in the User Defined Properties table (for the custom fields)
3. Remove the record from the product table
I don't use the Best Sellers or New Product lists but I did notice some references in the Best Seller List. I guess I need to remove those. As they are auto generated does anyone know if I need to keep the same number of rows or its ok just to delete the row with my reference?
The question is do I need to do anything else?
Many thanks for any advice or help you can give
Tony
Comment