Adding Rows to database where last left off
Posted: Fri Apr 20, 2012 8:04 am
So I am running through multiple pages and extracting the information of each page to a database, but instead of the rows picking up where they left off they are overwriting the existing lines starting from row 1 with each new page. I was wondering if there was an obvious way around this........
Either to have the new data extracted with each new pass to the next empty row in the existing database
Or possibly export the database to a separate file using JS at the end of each pass(with incrementally increasing file name or something so it doesnt get overwritten with each pass)
Or even have a new table created with each pass(dummy1, dummy2, etc)
thanks
Either to have the new data extracted with each new pass to the next empty row in the existing database
Or possibly export the database to a separate file using JS at the end of each pass(with incrementally increasing file name or something so it doesnt get overwritten with each pass)
Or even have a new table created with each pass(dummy1, dummy2, etc)
thanks