read informations in the Web Server Memory from uploaded MS Access file

  • Thread starter Thread starter Michal Valent
  • Start date Start date
M

Michal Valent

Hello,
I would like to upload MS Access file to web server,
then read the tables via ADO.NET in it
as if the file was on the web server hard drive.

Could be it somehow possible ?
thank you
mike
 
I would like to prefer not save file on disk,
due to overhead, security, reliability, concurrency, ...
Imagine I have a stream in the web server memory,
can this be utilized for ADO.NET reading ?
mike
 
Back
Top