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
Get rid of Access and use a proper database. Look up transactions from any databases 101 book.
30 client connections every two or three seconds is peanuts.