I have a script that reads an uploaded file and sticks each line in a MS SQL DB. I'm uploading .csv files. When I upload a file with a 1000 or less records it works fine. But when i upload a file with more than around a 1000 lines in it I get the Doc. Contains No Data Error.
There's no counter in the script to stop at a 1000 records.
Any ideas?
Thanks,
/WebDevJim