Hello all!
I must transfer a lot of dates from dbf file to txt file.
The dbf file is very large and using Memo fields for transfer take more time (because it access every time the txt file).
Somebody know a method to transfer dates from dab file to txt file (by appending) using blocks of memory?
How can I define a memory area and write in it and after this to transfer this memory area to txt file?
Thank you all!
I must transfer a lot of dates from dbf file to txt file.
The dbf file is very large and using Memo fields for transfer take more time (because it access every time the txt file).
Somebody know a method to transfer dates from dab file to txt file (by appending) using blocks of memory?
How can I define a memory area and write in it and after this to transfer this memory area to txt file?
Thank you all!