Method of coordinating concurrency with other connections to the database.
The default value is DB_SINGLE_PROCESS. Options are:
- DB_SINGLE_PROCESS: Only allow concurrent connections from a single process.
- DB_MULTI_PROCESS:
- Note:
- DB_SINGLE_PROCESS is currently the only option available.