keepingbusy
Programmer
Hi all
Can anyone please suggest how to accomplish the following:
I am creating several CSV files that are eventually uploaded via phpadmin.
The maximum size of the upload file allowed is about 2mb.
There can be anything from 20,000 to 200,000 records within the table that are exported to the above CSV file.
I am trying to break down the size of the exported file to create multiple files so they are no larger than 2mb.
As a guide, a CSV containing 15,000 records is around the 2mb mark.
I would like the files for example....
file1.csv
file2.csv
file3.csv
file4.csv
Etc....
How can I achieve this?
Many thanks
Lee
Windows XP
Visual FoxPro Version 6 & 9
Can anyone please suggest how to accomplish the following:
I am creating several CSV files that are eventually uploaded via phpadmin.
Code:
COPY TO filename.csv DELIMITED
There can be anything from 20,000 to 200,000 records within the table that are exported to the above CSV file.
I am trying to break down the size of the exported file to create multiple files so they are no larger than 2mb.
As a guide, a CSV containing 15,000 records is around the 2mb mark.
I would like the files for example....
file1.csv
file2.csv
file3.csv
file4.csv
Etc....
How can I achieve this?
Many thanks
Lee
Windows XP
Visual FoxPro Version 6 & 9