12-15-2005 07:00 AM
Hello agaion becktho,
I've been thinking about it and i thought the best way to import the last row written(that is what i want to import) is knowing all time the number of rows written (select...numrows...using fetch....) and when this values changed import all the data and select the last row with an index array.
BUT the problem i have is that know all time the number of rows using fetch block......the machine works at 100% and for this reason is not a good solution.
How can i do to work only at 10% o something like this.
The best solution it would "a block" or a command that only import the data when a new row has been written in the database......then it would be more efficient.
Do you think i have to open a new topic with this last question....a command or a funtion to import only all the table or only the last row with a new row has been written in the database.
Thank you very much
Larson
12-15-2005 07:04 AM
12-15-2005 09:24 AM
12-16-2005 12:27 AM
12-16-2005 02:16 AM