I am developing an application that runs on a network. It needs to contact to database (access database) very very often, which is stored in server. Around 30 Client computers contact the database almost every 2-3 seconds. I need to know could there be potential manifest problem in with the application?
Could there will be a problem if database is being updated by one client, at the same time other client contacts it?
Thanks a lot. With best regards,
Furqan
MS Access does not perform well with more than approximately 5 – 10 concurrent connections.
Use SQL Server Express Edition instead.
SQL Server Express Edition Overview
Have a look at the SQL Server Migration Assistent from MS Access to SQL Server 2008