Storing BE Tables on a Cloud Drive

Wayne

Crazy Canuck
Local time
Today, 03:43
Joined
Nov 4, 2012
Messages
176
I was just wondering if anyone has tried (and found a way to make it work) storing the BE tables on a cloud drive. I tried it with one of my databases, however, my OneDrive seems to have a permanent "read-only" attribute. When you open the database (the FE is on my hard drive), it opens as read-only. If you remove the attribute, then everything works - for a while. As soon as you switch forms, it reverts back to read-only. I can remove the attribute, but it is not permanently removed. If you close it out, and go back into the properties of the OneDrive, it is read-only again.

My thought process was, if I can get it to work, the I can access the database from home, the cottage or on the road. Like I said, just a thought.

Has anyone else tried this? Has anyone gotten it to work? I would welcome any input here.

Wayne
 
Have you considered SQL Azure?

Its more involved to get set up and it involves learning SQL Server but its a true cloud based managed database where initial hassle is learning the configuration but after that offers true true scope for limitless expansion.

This may be more than you need it depends on the importance of your project.

A single database with 5DTUs will give you 2GB capacity and will cost in the region of £4 a month - with free provision for a period if you haven't already registered.

Azure SQL Database

I know its not quite what you are asking about but I haven't heard of anyone making a success of your present configuration
 
Thanks guys for the input. I was hoping for a cheap, and easy solution, but it doesn't seem possible. I did try the BE on my OneDrive, however, the database becomes read-only very quickly. I'm not sure I want to migrate to SQL or Azure yet.

Anyway, I appreciate your thoughts on the matter.

Wayne
 
I did try the BE on my OneDrive, however, the database becomes read-only very quickly.
it will - it is designed for file storage and retrieval, not interactive 'editing' of the file in situ which is what you are doing with a database.

'Cheap' and 'web' are not compatible with regards databases of any sort
 
Thanks CJ. I just moved everything back to the hard drive, and all is well in the universe again.

Wayne
 
Hey Lightwave. Just looking at your user title. Are you former RAF?

Wayne
 
Hi Wayne not RAF afraid its actually the old name of a windsurfing manufacturer its was a random choice when I firsts signed up - little did I know I would still be hear 14 years later :)

Here's something you may find interesting - I and many others are trying to find the same solution.
Web Development of Database Driven Applications
 
My father was an RCAF officer, and like the RAF, their motto is Per Ardua ad Astra, Latin for "Through adversity to the stars" . That's why I asked.

Thanks for the tip. I will check it out.

Wayne
 
@ Wayne,

What is the end goal you are looking for? "In the cloud" should be a means to an end, not and end in itself. Depending on what you are trying to achieve we may be able to give you better advice.
 
Hi Mark,

I was just trying to be able to access the BE tables from either my laptop at the cottage, or the computers at home, that's all. It wasn't for multiple users, just an easy way to access my db from anywhere.

My original thought was to put the BE on my OneDrive, and installing individual FE's on my laptop and desktop. I was able to establish the link between the FE's and BE, however, it kept reverting to read-only, so it didn't work out very well. It's all back on my desktop, and working fine. It was an experiment.

I'm not sure if I want to go with Sage or Citrix, but I am looking into it to see if the costs are outweighed by the benefits. Hope this clarifies what I was trying to do. Thanks for your interest.

Wayne
 
In the past I used VNC for these types of solutions. Exactly what Pat is outlining, but the program was free and very light weight. Worked well for most applications, but does require the remote computer to send a "Picture" of the desk top so quick graphics changes didn't work very well. Great for running data entry apps, not so good for video games.
 
@ PAT,

Did they change how VNC works? Used to be that it ONLY sent the video output so no data was actually sent. The version I am familiar with has all processing on the host computer. I has been over a decade since I last used it.
 
Virtual Network Computing.

Pretty much uses the internet as a giant keyboard/mouse/video extender.

Last time I had to deal with it we had rack mounted boxes running VNC. One computer could switch between the different units in the racks to make sure they were doing what they needed. Worked much better than the physical version since we were not limited in the number of servers we could connect to.

I will completely agree that VPNs are not the way to go for database applications UNLESS you can get the server to do ALL the work, even then they are not what I'd call "User friendly". Takes careful design work for the front end to make then even tolerable.
 

Users who are viewing this thread

Back
Top Bottom