Thread moved to Database Development forum

It depends on exactly what each connection is doing (and various other circumstances, such as network speeds etc), but the limit is generally 5 to 10 simultaneous connections - any more will cause regular database corruption.

If you need more simultaneous connections (and/or reliability), you will have to use a server based database system of some sort.