Click here to Skip to main content
15,909,324 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hi all, I am having a small requirement so i would like to know is it good create an event or job for that. Assume that i have some 3 files in my table on the end of day i have to merge all those in to a single file so that what ever content that is presented in that 3 are to be merged together and should displayed in a file and has to be saved in the table with some file name and the content also to be saved i will declare this as blob in my table to save the content

If it is possible means can any one give me an idea to achieve this.

The initial table which holds the files is as follows

FileName  Content<br />
Xyz.txt         Blob<br />
 ABC.txt        Blob<br />
NOP.txt         Blob


I have to read each and every file name and content from the table and has to merge them all together
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900