c# - Is it really possible to access MS Access DB stored on an http server (windows or linux) from a winform app? -
As I can see here
a
for Access database Open Connection located on Remote Server:
"Provider = MS Remote; Remote Server =; Remote Provider = Microsoft.Jet.OLDD.4.0; Data Source = C: \ AP1 \ Your_Database_Name.mdb"
Does anyone try to do this: Submit MS Access DB from a Winform app to windows or HTTP server?
For this, the server needs to implement RDS for MS remote provider, which is that.
Note that this service works through (A) and a custom protocol (RDS), so it will not work on a Linux server that will work on Windows Server in which MS Remote MDAC Provider is installed is. However, this is the obsolete technique, and it will be implemented better using more advanced technology.
Comments
Post a Comment