If there will be a lot of users on your site then Access will not be
sufficient. It is not scalable enough and won't be able to handle more than
a few simultaneous users no matter how you adjust your connection string.
You should upgrade to SQL Server.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Brian Henry" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a asp page which uses ado.net to access a access database, and when
> two people try to retrieve information from a page that is generated from
> the access database, i get the you cant do this the database's state=open
> error page... how do i get around this? there will be a lot of users on
this
> site... thanks!
>
>