dbTalk Databases Forums  

Basic Network Setup

comp.databases.ms-access comp.databases.ms-access


Discuss Basic Network Setup in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
BobbyDazzler
 
Posts: n/a

Default Basic Network Setup - 06-09-2011 , 11:12 AM






Can anyone advise on the best way to network an access database.
Currently have two computers connected by LAN cables to a broadband
router. Main machine has backend and the other connects over the
network. Can be horrendously slow.

Ideally would like 3 workstations, ability to connect to the internet,
better speed and remote access from home?

Reply With Quote
  #2  
Old   
Tony Toews
 
Posts: n/a

Default Re: Basic Network Setup - 06-09-2011 , 12:59 PM






On Thu, 9 Jun 2011 09:12:13 -0700 (PDT), BobbyDazzler
<david.a.mitchell (AT) inbox (DOT) com> wrote:

Quote:
Can anyone advise on the best way to network an access database.
Currently have two computers connected by LAN cables to a broadband
router. Main machine has backend and the other connects over the
network. Can be horrendously slow.
I strongly suspect performance is terrible when the second user is in
the application. If so the problem is LDB locking which a persistent
recordset connection or an always open bound form corrects (multiple
users)

For more information on these, less likely causes, other tips and
links to MS KB articles visit my Access Performance FAQ page at
http://www.granite.ab.ca/access/performancefaq.htm

Quote:
Ideally would like 3 workstations, ability to connect to the internet,
better speed and remote access from home?
What do you mean by connect to the Internet?

Remote access from home is a lot trickier. You have basically two
options.

1) Upsize your database to SQL Server. SQL Server Express can be
installed on a workstation and is free.

2) Setup a PC for remote access via the RDP protocol/port. This will
require, among other things, opening a port in your firewall and
directing traffic to a specific PC. If only after hours then an
already existing PC could be used. If you do use this option make
sure you use a pass phrase. A password of at least 12 or 16
characters.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/

Reply With Quote
  #3  
Old   
James A. Fortune
 
Posts: n/a

Default Re: Basic Network Setup - 06-10-2011 , 01:26 PM



On Jun 9, 12:12*pm, BobbyDazzler <david.a.mitch... (AT) inbox (DOT) com> wrote:
Quote:
Can anyone advise on the best way to network an access database.
Currently have two computers connected by LAN cables to a broadband
router. *Main machine has backend and the other connects over the
network. *Can be horrendously slow.

Ideally would like 3 workstations, ability to connect to the internet,
better speed and remote access from home?
This is a shot in the dark. If you don't need immediate access to
edits, maybe the Sync Framework can be used to keep the backend
synch'ed slowly in the background. Perhaps look at:

Sync101 with Simple Providers
http://code.msdn.microsoft.com/Sync1...imple-49ee80b4

The only sample is in C#, but it might not be that bad to convert it
to VB.NET?

James A. Fortune
CDMAPoster (AT) FortuneJames (DOT) com

Reply With Quote
  #4  
Old   
Tony Toews
 
Posts: n/a

Default Re: Basic Network Setup - 06-10-2011 , 10:27 PM



On Fri, 10 Jun 2011 11:26:42 -0700 (PDT), "James A. Fortune"
<CDMAPoster (AT) FortuneJames (DOT) com> wrote:

Quote:
On Jun 9, 12:12*pm, BobbyDazzler <david.a.mitch... (AT) inbox (DOT) com> wrote:
Can anyone advise on the best way to network an access database.
Currently have two computers connected by LAN cables to a broadband
router. *Main machine has backend and the other connects over the
network. *Can be horrendously slow.

Ideally would like 3 workstations, ability to connect to the internet,
better speed and remote access from home?

This is a shot in the dark. If you don't need immediate access to
edits, maybe the Sync Framework can be used to keep the backend
synch'ed slowly in the background. Perhaps look at:

Sync101 with Simple Providers
http://code.msdn.microsoft.com/Sync1...imple-49ee80b4

The only sample is in C#, but it might not be that bad to convert it
to VB.NET?
This works with MS Access database backends?

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/

Reply With Quote
  #5  
Old   
James A. Fortune
 
Posts: n/a

Default Re: Basic Network Setup - 06-11-2011 , 08:45 PM



On Jun 10, 11:27*pm, Tony Toews <tto... (AT) telusplanet (DOT) net> wrote:
Quote:
On Fri, 10 Jun 2011 11:26:42 -0700 (PDT), "James A. Fortune"

CDMAPos... (AT) FortuneJames (DOT) com> wrote:
On Jun 9, 12:12*pm, BobbyDazzler <david.a.mitch... (AT) inbox (DOT) com> wrote:
Can anyone advise on the best way to network an access database.
Currently have two computers connected by LAN cables to a broadband
router. *Main machine has backend and the other connects over the
network. *Can be horrendously slow.

Ideally would like 3 workstations, ability to connect to the internet,
better speed and remote access from home?

This is a shot in the dark. *If you don't need immediate access to
edits, maybe the Sync Framework can be used to keep the backend
synch'ed slowly in the background. *Perhaps look at:

Sync101 with Simple Providers
http://code.msdn.microsoft.com/Sync1...imple-49ee80b4

The only sample is in C#, but it might not be that bad to convert it
to VB.NET?

This works with MS Access database backends? *
From:

http://msdn.microsoft.com/en-us/sync/bb821992

"Developers can build synchronization ecosystems that integrate any
application, any data from any store using any protocol over any
network."

I based what I said on that statement rather than from actual
experience, so I hope that it's true for Access as well.

James A. Fortune
CDMAPoster (AT) FortuneJames (DOT) com

Reply With Quote
  #6  
Old   
David-W-Fenton
 
Posts: n/a

Default Re: Basic Network Setup - 06-12-2011 , 02:11 PM



Tony Toews <ttoews (AT) telusplanet (DOT) net> wrote in
news:h822v65ujsfhfidrtubksuggbggeoa71ke (AT) 4ax (DOT) com:

Quote:
2) Setup a PC for remote access via the RDP protocol/port. This
will require, among other things, opening a port in your firewall
and directing traffic to a specific PC. If only after hours then
an already existing PC could be used. If you do use this
option make sure you use a pass phrase. A password of at least 12
or 16 characters.
Well, that is, if you don't want to use a 3rd-party service like
LogMeIn.com or GoToMyPC. I use LogMeIn with clients (the free
service) and it works fine. I wouldn't want to work with it, but it
won't be any different with raw Windows RDP access (which is what
all these remote access services use under the hood -- the only
value they add is the bypassing of the step of setting up your
router to forward ports).

--
David W. Fenton http://www.dfenton.com/
contact via website only http://www.dfenton.com/DFA/

Reply With Quote
  #7  
Old   
Tony Toews
 
Posts: n/a

Default Re: Basic Network Setup - 06-12-2011 , 04:07 PM



On 12 Jun 2011 19:11:55 GMT, "David-W-Fenton"
<NoEmail (AT) SeeSignature (DOT) invalid> wrote:

Quote:
2) Setup a PC for remote access via the RDP protocol/port. This
will require, among other things, opening a port in your firewall
and directing traffic to a specific PC. If only after hours then
an already existing PC could be used. If you do use this
option make sure you use a pass phrase. A password of at least 12
or 16 characters.

Well, that is, if you don't want to use a 3rd-party service like
LogMeIn.com or GoToMyPC. I use LogMeIn with clients (the free
service) and it works fine. I wouldn't want to work with it, but it
won't be any different with raw Windows RDP access (which is what
all these remote access services use under the hood -- the only
value they add is the bypassing of the step of setting up your
router to forward ports).
Good point. I've never used those services so I never think about
them.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/

Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.