FPD2.6
I have a large database... 100 MB
I want to copy a set of entries to a new temporary database...
But it is very slow (15 seconds or more)
USE 1
COPY STRUCTURE TO QUOTE
USE QUOTE TO 10
SELECT 10
APPEND FROM 1 FOR FNUM = FILE_NUM
Is there any way that I can speed it up ?
Thanks for any advice
Fox Egg
I have a large database... 100 MB
I want to copy a set of entries to a new temporary database...
But it is very slow (15 seconds or more)
USE 1
COPY STRUCTURE TO QUOTE
USE QUOTE TO 10
SELECT 10
APPEND FROM 1 FOR FNUM = FILE_NUM
Is there any way that I can speed it up ?
Thanks for any advice
Fox Egg