How to query a remote MS ACCESS .mdb database using C#

偶尔善良 提交于 2019-12-02 10:04:56

You can't connect to an access database via HTTP. You'll need to access it via a file share UNC (\server\share\access.mdb).

i think you have to some FTP upload n download temporary for that....

see this link

http://www.codeproject.com/KB/IP/SimpleFTPDemo.aspx

and when you put it in temp directory you got then local path.. of MS Access

OR

Open your "Client Panel" of website and make ODBC Driver/MS Access Database in that... see the information about how to connect Database MS Access in your SitePanel.

you can see there all the informations like How to... Mail Client Settings, MS Access Database Connection, MS SQL Database Connection, just for example in my domain panel i have this on ZNetPanel...

And then i think you knw how to connect ODBC !!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!