another_edgar
New Member
Hello everyone. This is my first post in this forum. I ran a few searches and couldn't find anything related to the hosting of MS Access backend files. That is to be expected, considering it's usually perceived as a dead technology, but it works and helps create local applications very quickly. To anyone who has never used MS Access, what you basically do is create tables and interfaces. At some point, if you want to share the database across a local network, you just "split" the MS Access file using its built-in feature which makes a file for the tables and another file for the interface. You place the tables file in one of the computers and later make your interface file point to the tables file stored previously. You then distribute the interface file to any computer connected to the local network and then all of them will be in sync with the tables file. This is done with a few clicks, it's very effective, but it works in a Microsoft Windows environment.
It's been a while, but a few years ago I managed to fully link an Access backend file to a phpMyAdmin database hosted in a shared hosting I had bought, but for some reason the hosting provider blacklisted my IP saying I was sending too many requests from many different IPs, I never knew why that happened, maybe I had malware installed in my computer, but it was very weird. For this connection to work, I remember I activated some php setting from the CPanel provided by my hosting provider. It was a very slow connection though.
Nowadays, I have a few VPS servers doing well serving my web apps, they are not related in any way to MS Access, they're fully made with javascript frameworks from scratch (the web apps). My VPS servers are using CentOS 7, does anyone have some tips for me to try to host an Access backend file from them? Considering they (the access files) work in a Windows environment, would you think they will also work within Linux in some way?
It's been a while, but a few years ago I managed to fully link an Access backend file to a phpMyAdmin database hosted in a shared hosting I had bought, but for some reason the hosting provider blacklisted my IP saying I was sending too many requests from many different IPs, I never knew why that happened, maybe I had malware installed in my computer, but it was very weird. For this connection to work, I remember I activated some php setting from the CPanel provided by my hosting provider. It was a very slow connection though.
Nowadays, I have a few VPS servers doing well serving my web apps, they are not related in any way to MS Access, they're fully made with javascript frameworks from scratch (the web apps). My VPS servers are using CentOS 7, does anyone have some tips for me to try to host an Access backend file from them? Considering they (the access files) work in a Windows environment, would you think they will also work within Linux in some way?