Search found 3 matches
- Fri Apr 20, 2012 8:44 am
- Forum: Q/A
- Topic: Adding Rows to database where last left off
- Replies: 4
- Views: 22841
Re: Adding Rows to database where last left off
I dont think its overwriting the table line by line, I think its just replace my existing table with a new one, but im using the same 'extract to [table] function to achieve this
- Fri Apr 20, 2012 8:04 am
- Forum: Q/A
- Topic: Adding Rows to database where last left off
- Replies: 4
- Views: 22841
Adding Rows to database where last left off
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........ Eit...
- Tue Apr 17, 2012 9:58 am
- Forum: Q/A
- Topic: Running Multiple instances of "Go Through all pages"
- Replies: 1
- Views: 11169
Running Multiple instances of "Go Through all pages"
I need to run this script twice because within my scrape I have a top level with an undetermined number of pages to scrape, and a bottom level with pages......I get the error Cannot start 'Go Through All Pages' because is already running. ... in 'Go Through All Pages' what could I do without having ...