Advice for Hosting MS Access Database on the Internet (1 Viewer)

sbrown106

Member
Local time
Today, 18:19
Joined
Feb 6, 2021
Messages
77
Hi Everybody,
I learning MS Access and ive have been asked me to build a database, there will only be a handful of users and maybe a few thousand record entries. The users of the database will be at different locations and their computers are not networked, so Ive been thinking of putting the backend on the internet (maybe Azure?) and the front end at the local PC's as a solution so multiple users can use it. Also, there are word documents files that need to be accessed on local pc's ( word docs downloaded from email) and data pulled into the database, names, addresses etc - I'm not sure how to do this in vba. Ive written something in python that does this when the database and file are on the same pc but dont know if this works if the backend is on the internet. Any advice/guidance on placing the database on the internet and handling word docs over the internet would be great.
Thank you very much for any help. Sorry if Ive placed this question in the wrong Forum!
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 14:19
Joined
Feb 19, 2002
Messages
42,971
For small tables, you can get away with SharePoint for the BE. If you have FTP access to the network folder, you can address the folder as if it were local so Access can automate Word and Excel documents.

I have not had success using Azure as a BE. Probably because I tested with a third party service and couldn't configure it to optimize it to work with Access. It was like watching paint dry.
 

sbrown106

Member
Local time
Today, 18:19
Joined
Feb 6, 2021
Messages
77
For small tables, you can get away with SharePoint for the BE. If you have FTP access to the network folder, you can address the folder as if it were local so Access can automate Word and Excel documents.

I have not had success using Azure as a BE. Probably because I tested with a third party service and couldn't configure it to optimize it to work with Access. It was like watching paint dry.
Thanks Pat, what would you class as small tables? Sharepoint would be the easiest option at the moment, is there a db size in which I should start considering other options?
 

theDBguy

I’m here to help
Staff member
Local time
Today, 11:19
Joined
Oct 29, 2018
Messages
21,358
Hi. Just FYI, SharePoint is not a real database system. I would say anything less than 5k records in a List would qualify as a "small" table. You should be able to use Azure SQL as the BE with Access, in each Desktop, as an FE.
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 14:19
Joined
Feb 19, 2002
Messages
42,971
@theDBguy,
Have you gotten Azure to work this way? I've tried and it was too slow to be viable. Did you use your own Azure installation or one hosted by a third party?
 

theDBguy

I’m here to help
Staff member
Local time
Today, 11:19
Joined
Oct 29, 2018
Messages
21,358
@theDBguy,
Have you gotten Azure to work this way? I've tried and it was too slow to be viable. Did you use your own Azure installation or one hosted by a third party?
Yes, I have used Azure before with an Access FE for one client, and it worked okay, without too much problems. It was hosted at Microsoft Azure.

Azure SQL | Microsoft Azure
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 14:19
Joined
Feb 19, 2002
Messages
42,971
Do you have any idea what the specs were? I sure couldn't get it to work on any of the low cost options.
 

Minty

AWF VIP
Local time
Today, 18:19
Joined
Jul 26, 2013
Messages
10,355
We use Microsoft Hosted Azure as a BE to Access FE all the time.
FE hosted on end user's machines.

It can get a bit slow if the Server location is a very long way away from the end-user.
( We have a case where the Host is based in the SW UK and the end-user is in India.
On a dreadful connection.
With Power issues...)

@Pat Hartman - I'll look up the specs we are using.
We are hosting 10-15 backends on an elastic pool, some large some small.
 

CJ_London

Super Moderator
Staff member
Local time
Today, 18:19
Joined
Feb 19, 2013
Messages
16,553
If you are going to invest in something like sql azure also consider using terminal server or Citrix. Benefits are you don’t need much bandwidth, performance is almost as good as having the BE on your local pc and in the event of a service interruption you are unlikely to cause a corruption. Further you don’t have to optimise your queries which you would need to for any remote BE although it is good practice to do so anyway

Other benefits are users can use any device that supports Remote Desktop which you use to connect to the server

you can also store your word docs etc on the server - each user has their own profile so can have their own docs folder
 

NauticalGent

Ignore List Poster Boy
Local time
Today, 14:19
Joined
Apr 27, 2015
Messages
6,286
So it appears that I am laboring under a false understanding. I thought the VDI WAS Citrix and that moving to Azure would mean no more Citrix.

If I have it right, VDI and Azure (DaaS) are virtual machine technologies and NOT remote user?
 

Minty

AWF VIP
Local time
Today, 18:19
Joined
Jul 26, 2013
Messages
10,355
I assume this is necessary? Would this work with a Thin Client computer - or does Azure not work that way?
It's not necessary but a majority of the smaller businesses we work with have no formal infrastructure and don't want to shell out for a remote client-based solution. It's quite expensive by comparison. £25-£30 per user per month.
 

Users who are viewing this thread

Top Bottom