tavoregna Posted May 15, 2016 Posted May 15, 2016 Hi all how can i connect an asp.net page to a .mdb database file in the directory /public_html
Krydos Posted May 19, 2016 Posted May 19, 2016 .mdb files are microsoft access database, so you'd have to host the database on a windows server, and then use a remote connection from your asp.net hosted with us to connect to it. If you use mysql, postgresql, or sqlite as your database instead of microsoft access then you wouldn't be required to use windows.
Recommended Posts