-->

C# - 流中的一个访问DBF文件(C# - Accessing a DBF file in a S

2019-10-17 16:51发布

I have a WebMethod which I use to allow a user to upload a database file (*.DBF). I know I can access the *.DBF file using a OleDbConnection with the appropriate connection string. But I dont really want to save the file on the server, my WebMethod has the file contents in a stream. Is there anyway I can access the *.DBF file while it is in the stream ?

文章来源: C# - Accessing a DBF file in a Stream
标签: c# webmethod dbf