Hello:
I am using Paradox 9 to pull from Oracle a large table.
The process is quite long and I would like to think I can pull the data down incrementally as follows:
1. Pull all data out of Oracle up to a given number (the order number)
2. Pull all data out of Oracle since the last order number
3. repeat 2 as and when required.
So I think it would be something like finding the last number in the table, storing the order number in an array or similar, then running the query using as a criteria the last order number plus one.
I have just asked how to run a query with a selection criteria - can anybody help me with how to determine the last order number and store it for the query to collect?
Thanks
I am using Paradox 9 to pull from Oracle a large table.
The process is quite long and I would like to think I can pull the data down incrementally as follows:
1. Pull all data out of Oracle up to a given number (the order number)
2. Pull all data out of Oracle since the last order number
3. repeat 2 as and when required.
So I think it would be something like finding the last number in the table, storing the order number in an array or similar, then running the query using as a criteria the last order number plus one.
I have just asked how to run a query with a selection criteria - can anybody help me with how to determine the last order number and store it for the query to collect?
Thanks