I am currently having to stream multiple files to database and retrieve. The challenge is the number of files to stream is unknown, the file names are unknown and there is only one field in database to store all the files! The good thing is the location of the files to stream is fixed.
Eg. Location to stream from : c:\Temp\FilesToStreamFolder Current files (the number of files is unknown and names can differ too) test.dat background.jpeg banner.gif otherdata.dat
I would like to stream all these files to database (one data field) and retrieve the files back as an when required, with appropriate names?
Hope I have explained well. Any thoughts, ideas etc from you guys is greatly appreciated. Thank you.