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.
我有一个 WebMethod,用于允许用户上传数据库文件 (*.DBF)。我知道我可以使用带有适当连接字符串的 OleDbConnection 访问 *.DBF 文件。但我真的不想将文件保存在服务器上,我的 WebMethod 将文件内容保存在流中。无论如何我可以在流中访问 *.DBF 文件吗?