Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529

    Storing on a Cloud Based Server; using Run Time for Front End.


    I am starting a project that will place the Access DB on a Cloud Based Server (not dropbox or box.net). The end-users are a small not for profit and resources are limited. They will be using Access Run Time as the client. I know that if they were using a full blown version of Access, I could split the DB front end and back end and link them with out issue. Since this will be my first time with a Cloud Based Server and Run Time, will this also be doable? Or, will I have to keep the front end and back end unsplit to make this work in this environment and these conditions. Thanks guys.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    The problem is maintaining a connection and not orphaning accdl files. Have you considered using a Azure SQL Server? They offer a server that can be part of PaaS. So there is not any maintenance on the SQL server or the SQL server side. You just set it up and use it. It is not free, but there are nice options for geo-redundancy and such.

    Anyway, if they have a descent internet connection you can connect to the server via VBA using the connection string. By nature, Access is stateful. Using VBA, you can control when there is a connection to the persistent data.

  3. #3
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Thanks for the information. Not familiar with PaaS. Also, when setting up tables in Azure SQL Server, do they act and format similarly to Access.

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    Also, when setting up tables in Azure SQL Server, do they act and format similarly to Access.
    similar. They don't support lookup or multivalue fields (which are unique to access), have a wider variety of datatypes but will generally convert OK

    As a test, download and install a copy of sql server express (it's free) and use the upsizing wizard to sql server to see what issues you may get.

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Yeah, you just need to be careful when picking your data types. I never tried the Upsizing Wizard. Interesting.

    One tool that I have used to convert from Access to SQL server is SQL Server Migration Assistant for Access
    https://msdn.microsoft.com/en-us/lib...=sql.110).aspx

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 06-09-2016, 04:03 PM
  2. Cloud based Access?
    By Perceptus in forum Access
    Replies: 4
    Last Post: 12-30-2015, 05:05 PM
  3. Attachment storing in file server
    By Esmatullaharifi in forum Programming
    Replies: 7
    Last Post: 04-16-2015, 09:19 AM
  4. Storing and sharing database on slow server
    By kagoodwin13 in forum Access
    Replies: 5
    Last Post: 06-04-2012, 12:08 PM
  5. Database Front Ends on a Cloud Server
    By rts in forum Database Design
    Replies: 0
    Last Post: 04-04-2012, 07:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums