473,569 Members | 2,729 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remote Access to MS Access 2013 on Windows 7 Server

25 New Member
Hello,

I need to have remote access to a MS Access 2013 Database running on a Windows 7 Server.

Can someone kindly recommend a remote access tool?

Thank you.
Oct 30 '15 #1
6 1909
zmbd
5,501 Recognized Expert Moderator Expert
You must work with your IT support team.
Oct 31 '15 #2
zmbd
5,501 Recognized Expert Moderator Expert
One more thought,
Because "remote" has a few meanings, I may have assumed something not in evidence, my apologies.
:x-_-x:

If you will please allow me a second chance here, two thoughts come to mind:

+If the database is split, then install Access on the remote PC as one does in the normal LAN/Client. Copy the front-end to the remote PC. Once done sign in to your network, load the front end. You may need to refresh the linked tables. This of course is predicated on the connection being LAN/Client in nature such as with a VPN connection.

+ The only other option, if Access lives on the server, is to work with your IT dept. to provide the remote desktop to the Access program. Keep in mind, performance may be very poor depending on how the remote is configured and the connection.

There have been some threads here covering these topics:
+Bytes.com search on keywords: MS Access Remote

+Bytes.com search on keywords: "ms access" VPN network

If neither of these searches return something useful or if the first suggestion doesn't apply, please post back with some detail concerning the nature of the desired remote connection.
Oct 31 '15 #3
msilva100
25 New Member
I have developed a software package on MS Access 2013 and I want 8 users to use this application. The operating System is Win a Windows Server on a Windows 7. Some of the users will be logging in from the outside of the Network with some type of a VPN program. Looking for guidance on how this could be done.
Dec 22 '15 #4
zmbd
5,501 Recognized Expert Moderator Expert
IMHO, with VPN, your best option will be to split the database and then install at least the Access runtime on the remote client and distribute the front-end to the client.

Your data file will reside on the server and the client will have to log on to the network, preferably map a network drive to the VPN, to connect to the backend data file.

Mind you, I am not a networking expert by any stretch of the imagination. There are, however, others here that have some experience with similar situations.
Dec 23 '15 #5
jforbes
1,107 Recognized Expert Top Contributor
If you want to use strictly VPN, following zmbd's advice is gonna be your best course of action. But, even if you split your database, you'll run a higher risk of corruption of your data as VPN just won't be as reliable as typical network. With the decrease of network reliability, it increases your likelihood of corruption during writes to the Database. Then again if, your seven outside users aren't adding data to your database, then you can pretty much ignore everything up to this point other than zmbd has got you covered.

If your remote users are going to be entering a lot of data, you may want to consider one of the following options:
  • Porting you Backend Database onto a SQL Server. This would pretty much eliminate the possibility of corruption due to an unreliable network connection and it would speed things up. This can be a lot of work and it might not eliminate the need for VPN.
  • Implementing Terminal Services (or Citrix). This option could be in place of VPN as Terminal Servers can have a public facing IP. Using this option would allow your users to logon to a tightly controlled environment. So the making sure your users are using correct version of Access/Office problem goes out the window. Also, since it would be on the same physical network, the database should execute much faster. I would still split the database when using a Terminal Server as reliability isn't the only advantage of a split database.
  • Similar to a Terminal Server installation is to use RDP (Remote Desktop Protocol) to control a PC (or virtual machine) that is physically located on the network. It would be more stable and faster that VPN alone, but would add the overhead and maintenance associated with maintaining the additional computers.

One other thing that can complicate your implementation that you might want to consider is if your database has links to network resources stored in it's tables or code. For example, our databases commonly have URLs to other files on our network stored in it. These files are attachments like Pictures and Customer Correspondence (emails and PDFs). These URLs often include a mapped Volume like "F:\Someplace\f ile.jpeg". Drive Mapping can get a little hairy with VPN as it doesn't always restore mapped volumes. You may not have to worry about it, but it can be a source of frustration.
Dec 23 '15 #6
msilva100
25 New Member
Thank you so much for your great feedback. Happy Holidays
Dec 23 '15 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
6919
by: jayb | last post by:
I'd like to be able to access files on a remote system in an "invisible" manner from a Windows system. What I'm after is to be able to interact with the remote filesystem just as I would locally (and just as it is done under UNIX). Any suggestion to a module that already does this or something similar?
3
3341
by: cooldv | last post by:
i am running a website on Windows 2000 server with ASP 3 webpages and Access 2000 database. (with a hosting company) traffic is slow at this time but expect to grow. lately i have been reading about sql database and sql server, specially this article: http://www.aspfaq.com/show.asp?id=2195 will someone help me understand: 1. with *SQL...
4
4680
by: Rene' Nielsen | last post by:
Context: Running Windows 2003 Server on an intranet. A web is configured with an anonymous access account that is a domain account that has been granted the desired access to a file on another server in the domain. An asp page in the web attempts to open (or any other access) the remote file and fails. Auditing is enabled on the...
0
1895
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others. Keywords: VSS Remote Access, VSS Web Access, VSS Internet Access,
5
2284
by: JR | last post by:
Here's the scenerio: HAD: Entire Windows 2000 domain multiple servers Internal Web Server - Windows 2000 NAS Server - Windows 2000 Internal Web Application (On Web server) utilizing .ASP scripts to access shared directories through mapped drives on NAS Server. (And yes, I know UNC paths should have been used, but I didn't actually...
3
2221
by: Amie | last post by:
Hi, My .NET application has a script that checks whether an image file on a remote server exists using File.Exists. >From my localhost (Server A), I can access the image file via network path (\\servername\foldername\image.jpg) or virtual directory (../foldername/image.jpg) within my application. When I moved the app to a test server...
4
2302
by: klynn | last post by:
Hi: I'm having problems reading a Microsoft Access file from my ASP.Net app on a Windows Server 2003 machine. The error message: The Microsoft database engine cannot open the file, <my_file>. It is already opened exclusively by another user, or you need permission to view its data. I've read some info about this (microsoft support article...
5
3826
by: teddysnips | last post by:
I have upsized a client's application from Access BE/FE to Access FE/ SQL Server. All is fine with initial testing, and they want to run the systems in parallel prior to going live. The MD, who is not particularly technical, is more or less insisting that every day a comparison is made of the two data repositories to see if they are out of...
0
1662
by: Jason Hamilton | last post by:
Hey all, I have written a Windows Forms application in VB.NET that creates a WCF Server. This server uses the Microsoft.Office.Interop.Access library to get a list of all of the MS Access Reports in a *.mdb file and returns that list as a List(Of String) to a client that is implemented in an ASPX page hosted on IIS on the same machine. I...
1
2632
by: Matsam | last post by:
Hello, I have developed an application in ASP and MS-Access 2010 as back end. It works fine in the localhost in Windows 7. But when I installed it in IIS7 in a Windows Server 2008 64 bit server, only the first html page is displaying. It gives the following error message on calling the ASP page. ADODB.Connection error '800a0e7a' Provider...
0
7694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6278
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.