No craeonics, MS Access can handle 8 simultaneous connections.
joetheblow: From what I understand, it doesn't mean that no more than 8 people can visit your site at the same time, it basically means that no more than 8 people can call the database at the same time. In other words, if every page of your site retieved data from an Access database, no more than 8 people could click on a link at the same time. Once the page has been retrieved and the visitor is reading it, it doesn't count as a connection anymore until he clicks on a link again. And no, the 9th person wouldn't crash but would receive a message of this sort "The maximum number of connections has been reached. Please try again later." Or something like that.