Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用java编写一些程序,我需要将一些文件插入数据库,例如“.mp3,.wav”文件。
顺便问一下如何将这些文件插入到 oracle 数据库中?
您是否考虑过仅存储 MP3 元数据和文件位置。几年前我在一个图像服务器上工作,我们尝试将图像存储在数据库中。将文件位置交给请求它的服务器服务要快得多,然后它会获取文件。如果您真的愿意,可以将 mp3 二进制文件作为 BLOB 加载到数据库中。
I have a control in c# now I want to use this usercontrol in JSP I have used in < Object > tag to display that dll. it executes without exception but not displaying myControl, ju