A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access DB synchronisation over network



 
 
Thread Tools Display Modes
  #1  
Old April 28th, 2009, 04:39 PM posted to microsoft.public.access.tablesdbdesign
Enda Mannion
external usenet poster
 
Posts: 1
Default Access DB synchronisation over network

Hi,

I want to share an access mdb file on a network share and access it over the
lan using say ADO.net in a c# win forms client. If multiple clients write
to the same table at the same time can access handle this or is there some
way I can set up a locking mechanism. Or should I look at a different DB
than access as my server db.

Thanks,
Enda

  #2  
Old April 28th, 2009, 10:11 PM posted to microsoft.public.access.tablesdbdesign
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Access DB synchronisation over network

Access should be able to handle it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Enda Mannion" wrote in message
...
Hi,

I want to share an access mdb file on a network share and access it over
the
lan using say ADO.net in a c# win forms client. If multiple clients
write
to the same table at the same time can access handle this or is there some
way I can set up a locking mechanism. Or should I look at a different
DB
than access as my server db.

Thanks,
Enda



  #3  
Old April 29th, 2009, 08:40 PM posted to microsoft.public.access.tablesdbdesign
David W. Fenton
external usenet poster
 
Posts: 3,373
Default Access DB synchronisation over network

=?Utf-8?B?RW5kYSBNYW5uaW9u?=
wrote in :

I want to share an access mdb file on a network share and access
it over the lan using say ADO.net in a c# win forms client. If
multiple clients write to the same table at the same time can
access handle this or is there some way I can set up a locking
mechanism. Or should I look at a different DB than access as my
server db.


The Jet/ACE database engine handles multiple users by default.

"Access" is not a database -- it's a platform for building an
application for editing data in a database.

The default database engine in Access is Jet/ACE and that's most
likely what you mean. Jet/ACE is not a server database, so if you
actually need a server database, then you've chosen the wrong tool.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 




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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:32 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.