Does anyone know the max amount of connections an Access database can have using the jet odbc driver? I am currently writing a vb.net application to write and retrieve data from this database. I don't have access to a SQL server and I can't set up a new server with MySQL or anything so I'm stuck with Access.

Is there a limit to how many connections can be established to the Access db file?

Thanks