PC Review


Reply
Thread Tools Rate Thread

Accessing an access database using remote desktop connection

 
 
John Baker
Guest
Posts: n/a
 
      6th Sep 2005
I have an access database used by about 15 users on a server. Some users
want to have remote access to the database. I have used WindowsXP Remote
desktop Connection to do some development of the database remotely. It is
not always stable (eg if I have a runtime error it has in the past thrown me
out of the database and I am not able to close it or enter it remotely
without shutting down the server to end the process).

I am not sure on the limitations of Remote desktop Connections with a number
of pople accessing the database remotely. How many users could enter the
database at one time using this type of connection? Are there issues to be
aware of? Where can I get info on this type of situation? Are there other
better ways of having users access the database remotely?

Any help greatly appreciated.

John B.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIFdpY2tlcmF0aA==?=
Guest
Posts: n/a
 
      6th Sep 2005
Hi John,

By remote access, do you mean wireless? If so, I strongly encourage you to
not allow remote connections to a JET database. One of the most frequent
causes of JET database corruption is due to interrupted write operations.
Your chances of suffering corruption are going to be much much greater with
unstable network connections.

Preventing Corruption (Allen Browne)
http://allenbrowne.com/ser-25.html

Corrupt Microsoft Access MDBs FAQ
http://www.granite.ab.ca/access/corruptmdbs.htm


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
__________________________________________

"John Baker" wrote:

I have an access database used by about 15 users on a server. Some users
want to have remote access to the database. I have used WindowsXP Remote
desktop Connection to do some development of the database remotely. It is
not always stable (eg if I have a runtime error it has in the past thrown me
out of the database and I am not able to close it or enter it remotely
without shutting down the server to end the process).

I am not sure on the limitations of Remote desktop Connections with a number
of pople accessing the database remotely. How many users could enter the
database at one time using this type of connection? Are there issues to be
aware of? Where can I get info on this type of situation? Are there other
better ways of having users access the database remotely?

Any help greatly appreciated.

John B.
 
Reply With Quote
 
Albert D.Kallal
Guest
Posts: n/a
 
      6th Sep 2005
> I have used WindowsXP Remote desktop Connection to do some development of
> the database remotely. It is not always stable (eg if I have a runtime
> error it has in the past thrown me out of the database and I am not able
> to close it or enter it remotely without shutting down the server to end
> the process).


Well, the fact if you are using the database local, or remotely does NOT
change the stability. If there is a stability problem using a remote, then
it is not the remote connection that is causing this (remember, the remote
connection sends keystrokes and mouse clicks down the wire...nothing else is
involved).

So, instability of a application is not related to remote connection when
using this particular setup. If you got a stability problem, you need to fix
it on that remote machine.


> I am not sure on the limitations of Remote desktop Connections with a
> number of pople accessing the database remotely. How many users could
> enter the database at one time using this type of connection?


I don't see why there is be a problem with 5, or 15 users. TS is a very got
setup for this number of users. Do remember that you STILL must run a split
database, and still must give EACH user a copy of the application in their
"remote" shared folder. So, while using remote means you never have to
install the software on each client, each user that logs onto the system
STILL MUST get their own copy of the application in their own directory.


> Are there issues to be aware of?


Take note of the split issue, and the fact that each user still must get a
copy of the application. So, if you don't split, then read the following as
to why you should:

http://www.members.shaw.ca/AlbertKal...plit/index.htm

>Where can I get info on this type of situation?

For remote desktop, you can read about what is called terminal services
here:

Home page

http://www.microsoft.com/windows2000...ss/termsrv.asp


> Are there other better ways of having users access the database remotely?


I think TS is the best by a huge margin, but it is costly. You can also use
sql server. I explain about using ms-access over remote connections here:

http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)
http://www.members.shaw.ca/AlbertKallal


 
Reply With Quote
 
david epsom dot com dot au
Guest
Posts: n/a
 
      6th Sep 2005
It is still a good idea to give each user a separate
copy of a FrontEnd/BackEnd database: you can put
the Front End in the user profile (for example, under
my documents) so that each user has a separate copy.

You will eventually run out of memory if you have a
lot of Remote Desktop connections: I would ask in
a RD newsgroup to see how many they think is realistic:
if each user is using 50MB then it would seem that
you might max out at about 20 users.

There is no better way to have remote users: in some
situations you might be better off with a Web front
end, or with a replicated database.


I don't know about the stability problem: it is not
a problem I've had or heard about.

(david)

"John Baker" <(E-Mail Removed)> wrote in message
news:431d3a92$0$14463$(E-Mail Removed)...
>I have an access database used by about 15 users on a server. Some users
>want to have remote access to the database. I have used WindowsXP Remote
>desktop Connection to do some development of the database remotely. It is
>not always stable (eg if I have a runtime error it has in the past thrown
>me out of the database and I am not able to close it or enter it remotely
>without shutting down the server to end the process).
>
> I am not sure on the limitations of Remote desktop Connections with a
> number of pople accessing the database remotely. How many users could
> enter the database at one time using this type of connection? Are there
> issues to be aware of? Where can I get info on this type of situation? Are
> there other better ways of having users access the database remotely?
>
> Any help greatly appreciated.
>
> John B.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote desktop connection via Access database Kanagam, Nagarajan Microsoft Access 1 26th Jan 2010 12:50 PM
Accessing Microsoft Access across a remote connection tompru1215 Microsoft Access 17 7th Feb 2009 06:15 AM
remote desktop connection? AKA remote access? =?Utf-8?B?bWVuYWNoZW0=?= Windows Vista General Discussion 1 6th Feb 2007 05:41 AM
Remote connection to access database ivan Microsoft ADO .NET 2 14th Feb 2005 05:50 PM
Accessing a backend server using Remote Desktop Web Connection Tristian Roberts Microsoft Windows 2000 Terminal Server Applications 1 7th Oct 2003 02:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:54 PM.