UNC & Cloud BackEnd

FuzMic

DataBase Tinker
Local time
Today, 17:34
Joined
Sep 13, 2006
Messages
744
Hi friends

I am a small guy stretching the dollar to help the small guys thus i still use msAccess 03 which is fast and simple, essentially i can do almost everything (low traffic) inspite of the caveat about vulnerabilty. Having said this I get to what i am thinking about to day.

My approach is to have split backend in a pc, say "Srv" with a shared folder say" Data" where the database is stored. This data is then accessible from numerous pcs in a wired LAN using UNC code ie \\Srv\Data. I have no problem with this at all.

Now i want to venture to keep the data in a free cloud eg Mega or Google Drive or OneDrive or MediaFire. The question how to i name the cloud folder using UNC convention (without mapping); how to share the folder I presume that each PC must have access to the cloud folder thus overcoming sharing requirement. Any views to help me along. Thanks.
 
@FuzMic . I tend to use A2003 as well. There's not much I really need in later versions, although the RTF text box controls would be pretty, and pretty useful.

The issue to do with the cloud is nothing to do the the Access version though. It's just the nature of access. Each user has to be able to change parts of the backend database, and that just isn't the model with shared cloud files. That's based on synchronizing shares, and each user has a mirrored copy of the cloud on their own PC.

So you actually edit/work on the PC copy, and then the whole file updates to the cloud, for the next user. Rather than concurrent users, it's serial single users.

@Pat Hartman has provided some solutions. You can host a SQL Server back end in the cloud, but not Access.
 
@FuzMic - Pat has given you some good alternatives. I will belabor one point. The reason that "Access" and "Cloud" don't appear in the same sentence very often (other than in a negative way) is that Access requires, but Clouds do not support, the SMB protocol that is the heart and soul of Windows-based file and printer sharing. SMB, or Server Message Block, allows an app to look at a part of a file over a LAN. Cloud systems only give you whole files. If you want to update the file, SMB lets you be selective. Cloud systems are "all or nothing at all" for their updates. If you think about circuitry, Cloud sharing is SERIAL access. SMB sharing is PARALLEL access. Nowhere near the same.
 
Now i want to venture to keep the data in a free cloud eg Mega or Google Drive or OneDrive or MediaFire
it might be possible, but considering the age of access 2003, i wouldn't suggest doing this, it's likely if you achieve it, you might be forced to move to a more recent access version to maximise using the cloud storage
 
it might be possible, but considering the age of access 2003, i wouldn't suggest doing this, it's likely if you achieve it, you might be forced to move to a more recent access version to maximise using the cloud storage
I think you will find it matters not a jot what version of Access you have, but the way that the cloud services work?
I have never tried, but if I was going to, I would certainly take the advice given here (time and time again) not to do it, if you need to share.?
If it is just one user, then it might work?, but you may as well have it local and faster in that case surely?, unless access from anywhere is required?
 
Apparently you haven't read any of the threads from people who ignored the advice or just did it without coming here first. Doc has pointed out very clearly the difference in how the cloud drives work and why that prevents you from sharing an Access BE or even monolithic db on one of them. Did you not understand that? He can probably post a link to one of the other threads where he goes into much more detail. As Doc said, it has nothing to do with the version of Access since they all handle sharing essentially the same way with a lock file - .ldb or .laccdb that opens in the same folder as the BE. Since the lock file would open on the local drive, NO ONE ELSE COULD EVER SEE IT so no other open copy of the db could ever be aware of any other open copy of the db. When you close the database the cloud version is OVERWRITTEN so any changes you make to the database REPLACE the entire cloud version clobbering the version that your coworker just updated. Bye-Bye coworker's data.
i have shared in another post earlier this month, how i was able to use ms access with cloud storage has back end.
 
I think you will find it matters not a jot what version of Access you have, but the way that the cloud services work?
I have never tried, but if I was going to, I would certainly take the advice given here (time and time again) not to do it, if you need to share.?
If it is just one user, then it might work?, but you may as well have it local and faster in that case surely?, unless access from anywhere is required?
i have shared in another post earlier this month, how i was able to use ms access with cloud storage has back end.
 
But were you sharing that with others?
 
And they haven't yet clobbered each other yet. You are very lucky
it isn't about luck.

I designed the form as if am working on a .net application.

Hence all forms are unbound.

By default a select query is used to populate the forms.

The insert query or update query is triggered by a command button
 
Ah, but wait! There is a loophole here. With ACCDB VIEWER AND READER, do any of those 8 users ever UPDATE anything? If not, then the problem becomes moot. If there are no updates, there is no clobbering.
 
hi @The_Doc_Man , yes they can update, the name accdb viewer and reader confuses people, all that is needed is rights to be granted them from google drive.

Apart from accdb viewer there are also other ways/apps that allow for sharing access applications via google drive

one of such other apps is https://fileproinfo.com/file-editor-online/accdb#

there are several other tools.

We have to look at things from microsoft's perspective, though they have pushed .Net more into the market, they know that ms access revolutionised DBMS over the years, and the future for now is cloud computing, so there is no way ms access will not be editable in year 2021 on the cloud
 
Last edited:
Thank you very much comrades .. lots to chew. Appreciate Peace2u
 
hi @The_Doc_Man , yes they can update, the name accdb viewer and reader confuses people, all that is needed is rights to be granted them from google drive.

Apart from accdb viewer there are also other ways/apps that allow for sharing access applications via google drive

one of such other apps is https://fileproinfo.com/file-editor-online/accdb#

there are several other tools.

We have to look at things from microsoft's perspective, though they have pushed .Net more into the market, they know that ms access revolutionised DBMS over the years, and the future for now is cloud computing, so there is no way ms access will not be editable in year 2021 on the cloud

Thank you for that fileproinfo link. It would appear that they are "cheating" by placing the file in a "sandbox" and using HTTPS as a way to talk to the cloud server. I would more easily believe that HTTPS is served by the Cloud than SMB. The sandbox web page apparently does something locally. Is it acting as though you were in an RDP session, except that it is using HTTPS to do what it does? Does that method allow for simultaneous users updating the DB? And in so doing, does it appear that they are using the basic Access GUI (or an app created through the GUI?)
 
hi @The_Doc_Man , yes they can update, the name accdb viewer and reader confuses people, all that is needed is rights to be granted them from google drive.

Apart from accdb viewer there are also other ways/apps that allow for sharing access applications via google drive

one of such other apps is https://fileproinfo.com/file-editor-online/accdb#

there are several other tools.

We have to look at things from microsoft's perspective, though they have pushed .Net more into the market, they know that ms access revolutionised DBMS over the years, and the future for now is cloud computing, so there is no way ms access will not be editable in year 2021 on the cloud

@oleronesoftwares as far as I see, this site is a on-line editor for Access. Those who don't have Microsoft Access installed locally, can upload, edit and download their databases.
How did you shared a database between 8 users? were all the users able to view/update the same database?


thank you.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom