OleDbConnection to Excel FileStream

J

jasonxz

I want to open an OleDbConnection to an Excel file that's in memory as a
FileStream. Everything I'm seeing on the NET says that I have to supply the
physical location of the file on disk in the Connection String. I don't want
to have to save the file to disk to query it. Is there a way around this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top