secondangel
Registered User.
- Local time
- Today, 23:47
- Joined
- Nov 6, 2008
- Messages
- 52
Hiya
Is it possible to set the transfer text so it only exports say 10,000 lines in the table to a file and then does the next 10,000 to a diff file.
im presuming it will involve looping through a recordset and using a 'temp table' and a integer flag counter. each record read and copied increments the counter...............
however if someone knows a set fucntion that exists id be gratfeul.
i know its just a text file but its very long and its used as an uploader info file and becuase its so large it always timesout the server. i have tried with smaller files and it works so im figuring best option is to chop up my file into several that can be uploaded seperately
Thanks
Is it possible to set the transfer text so it only exports say 10,000 lines in the table to a file and then does the next 10,000 to a diff file.
im presuming it will involve looping through a recordset and using a 'temp table' and a integer flag counter. each record read and copied increments the counter...............
however if someone knows a set fucntion that exists id be gratfeul.
i know its just a text file but its very long and its used as an uploader info file and becuase its so large it always timesout the server. i have tried with smaller files and it works so im figuring best option is to chop up my file into several that can be uploaded seperately
Thanks