The database does not store files, it only stores the storage address of files. For example, if you want to store a file, you can save the file name, file size, file format and file storage address (d:/file/fiel.txt) in the database table.
When you want to get a file, directly read the storage address of file = new file ("d:/file/fiel.txt "); So that data files can be stored.