Forum Moderators: open

Message Too Old, No Replies

Document Contains No Data

         

webdevjim

4:02 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



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

wackal

9:00 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



can you post the code you are using?