tedbooks Posted June 4, 2006 Posted June 4, 2006 i wanted to add a list of products to my store using easypopulate can i just make the list of new products and it will add the new products or do i have to upload a list of all old products also? in another word does uploading a new easypopulate erase the existing products
♥Monika in Germany Posted June 4, 2006 Posted June 4, 2006 i wanted to add a list of products to my store using easypopulatecan i just make the list of new products and it will add the new products or do i have to upload a list of all old products also? in another word does uploading a new easypopulate erase the existing products EP does not delete rows to find out something like this the next time, open the file in question and search for the 2 commands that delete rows in tables: delete from truncate table in this case, you will find 2 delete statements, which are used for updating (sometimes deleting and refilling is faster), but none are executed on the products table. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.