Real Simple, but I haven't found the answer anywhere.
For simplicity sake I have 2 PC's on a network.
One stores files and the other processes data
Machine A - File with 100,000 Records
Machine B runs program to sequentially records in database and pack
*Sample program
use MachineA.dbf
go top
do while .not. eof()
if name=""
delete
endif
skip
enddo
The program is not important but any processing on the database is incredibly (1/1000 the speed) slow. The program runs great locally or when I copy the file to the remote pc and send it back.
I have read other threads, but haven't found an answer.
Thanks
For simplicity sake I have 2 PC's on a network.
One stores files and the other processes data
Machine A - File with 100,000 Records
Machine B runs program to sequentially records in database and pack
*Sample program
use MachineA.dbf
go top
do while .not. eof()
if name=""
delete
endif
skip
enddo
The program is not important but any processing on the database is incredibly (1/1000 the speed) slow. The program runs great locally or when I copy the file to the remote pc and send it back.
I have read other threads, but haven't found an answer.
Thanks