Re: Open append text files for update simultaneously
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Oct 2005 14:50:46 -0400
Whether you go with Access or SQL Server, it's a multi-user database, so
having multiple users opening the file simultaneously isn't a problem. With
Access, you can get reasonable performance with 10-20 users having the
database open simultaneously; with SQL Server, you can have hundreds (maybe
even thousands) of users connected simultaneously without a problem.
(Note: some versions of Access use "Exclusive" mode by default, that only
lets one user at a time use the database...make sure that's disabled under
"Tools", "Options", then on the "Advanced" tab, make sure "Default open
mode" is set to "Shared".)
Rob
<chook.harel@xxxxxxxxx> wrote in message
news:1129140577.346859.164700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> But what happens when I try to connect (say using ADODB) to the
> database and it's already open for another user...
> Should I then start to count miliseconds and try again ?
>
.
- Follow-Ups:
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- References:
- Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Robert Morley
- Re: Open append text files for update simultaneously
- From: chook . harel
- Open append text files for update simultaneously
- Prev by Date: Re: Open append text files for update simultaneously
- Next by Date: Re: Open append text files for update simultaneously
- Previous by thread: Re: Open append text files for update simultaneously
- Next by thread: Re: Open append text files for update simultaneously
- Index(es):
Relevant Pages
|