I have stored my .mdb file on google drive and host little website on it. Now I need to access that database but could not find any to do so as google drive does not provide php environment so suggest me any possible way
Asked
Active
Viewed 634 times
1 Answers
3
Even if this IS possible, it's absolutely not going to be worth your time. You're better off finding a free/cheap hosting solution that supports some type of server-side scripting. Even if you do get it to work, you're going to have to make your database file read-write to the whole of the internet with NO authentication, and I'm not convinced even that will allow the type of access you need to connect to the database.
That said, here is some information that may help you out:
How to Connect to SQL Server database from Javascript
Read and Write to an Access Database using Javascript
Access to ODBC connected database (SQL Server) with Javascript
Again, I have to stress: PLEASE FIND ANOTHER WAY.