Hi all,
Is there a way to upload a large file.
The problem:
1 file with fixed length records (59 bytes wide)
Over 17million lines available (actually a download from an extreme old system), making a total of almost 1Gb.
I have a database table that exactly machtes the record data.
So the question is: How to upload this amount of data. The normal upload functions do not apply because i run out of memory space (system I-MODE too large).
Regards,
Rob.