C# - Accessing a DBF file in a Stream
问题 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 ? 来源: https://stackoverflow.com/questions/14810147/c-sharp-accessing-a-dbf-file-in-a-stream