Groups | Blog | Home
all groups > inetserver asp db > september 2006 >

inetserver asp db : multiple connections to access DB?



Joe Reynolds
9/27/2006 4:08:52 PM
if i have an ASP page that does INSERT's and SELECT's from an access
database,
what happens if more than 1 web user hits the db at the same time? can it
handle it ok or do i have to do something in my code?

Bob Barrows [MVP]
9/27/2006 4:18:10 PM
[quoted text, click to view]

As long as you set the folder-level permissions correctly, Access will
handle multiple users.

Are you asking how to avoid concurrency issues?

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Joe Reynolds
9/27/2006 4:30:03 PM

[quoted text, click to view]

thank you. so if the folder the database is in allows read/write for the
IUSR account, is that ok?
i want to avoid weird errors if the site gets busy

Bob Barrows [MVP]
9/27/2006 5:15:22 PM
[quoted text, click to view]

Yes, if your site use Anonymous access. If not, then all users require
read/write permissions.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

AddThis Social Bookmark Button