Results 1 to 7 of 7
  1. #1
    McArthurGDM is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2014
    Posts
    215

    Linking Access to Internet without SharePoint?


    Hi,

    I currently utilize my company's LAN structure to run my Access database from. The LAN structure is abhorrently slow. So slow that often the database crashes upon opening or can take many minutes to complete a menial command.

    I realize that connecting my database to the internet would be a better solution (as our internet connection seems to work better). This would allow many users to interact with the database more easily as well. I also realize that SharePoint is the standard method of connecting the database either by linking tables or publishing the database itself. However, my company does not have SharePoint and I am tired of battling with them on obtaining it.

    Is there another way to connect/link Access tables to the internet without SharePoint? One that is FREE. I know with Access 2003 you could connect Access to an HTML webpage, but I think Microsoft got rid of that functionality with 2010 and beyond to force users into utilizing SharePoint.

    I guess it would be nice if I could connect to Google Docs/Drive or some other cloud-based site, but I don't know or think that's possible.

    So, any thoughts? (Other than leave my company)

    -Thanks

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    You can create a 'web database' in 2007+, but you would lose a lot of functionality if you run VBA code. web databases will only tolerate macros so you can't run vba code directly. Apart from creating a web database specifically then finding a host for it I don't know that you have many options outside of sharepoint.

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Only other alternative I know of involves strong knowledge in web programming using apps like ColdFusion, PHP, Apache, IIS, ASP.Net to build data interactive web pages.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    One caveat to June7's comment above -

    If you want to try the dynamic web page approach, make sure the server where you have the web pages has the required MS Access driver installed, otherwise your code will fail.

  5. #5
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    and free? sharp intake of breath. Suggest you investigate Azure, not free, but not expensive. Things like dropbox won't work successfully. Other alternatives are terminal server/citrix, again, not free, but almost as fast as having the backend on your machine

  6. #6
    McArthurGDM is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2014
    Posts
    215
    I didn't realize, but SharePoint Foundations 2013 might be a possible solution.

    As I can not publish the database or use Access Share Services, I can at least use Foundation to host the data tables and have respective front-ends on each person's PC.

    Are any of you aware of this as a possible solution to at least hosting the database back-end tables on the internet?

    -Thanks

  7. #7
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    I am not an expert in it but I do not think SharePoint utilizes the Jet DB Engine or Access files as a BE. There is a distinction between a desktop app and an Access Web App. A Web App is basically an FE that can connect to things like SharePoint Lists and SQL Databases.

    When you create an Access Web App, I believe, you are limited to connecting to SharePoint Lists and SQL Databases. The way I understand it is you can create an Access Web App and use an Enterprise version of SharePoint that has Access Services. You can also create an Access Web App using the upper end versions of Office 365 which will use Azure SQL Database as the BE. I believe that SharePoint plays a role in Office 365 and Access Web Apps.

    If you need a lot of functionality you might find Access Web Apps too limited in the features arena. Another approach would be to create an Azure account and use Azure SQL Database as a BE to your Client Rich Access Desktop App. You can pay as you go with an Azure DB for about $10 per month. The cost depends on how powerful of a DB you need and how much data traffic you will generate. The only problem with a Desktop App is it requires the Access Run Time and cannot utilize an Internet Browser as a UI.

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

Similar Threads

  1. Replies: 3
    Last Post: 11-13-2013, 11:55 AM
  2. Replies: 2
    Last Post: 11-05-2013, 09:00 AM
  3. Replies: 2
    Last Post: 11-21-2012, 09:57 AM
  4. Replies: 1
    Last Post: 08-22-2012, 05:27 PM
  5. access on the internet
    By tommy in forum Access
    Replies: 2
    Last Post: 06-28-2011, 09:35 AM

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