The connection pool always creates a new connection if the connection string looks like the following:
b.UseJet(“Driver={Microsoft Access Driver (*.mdb, *.accdb)};extendedansisql=1;Jet OLEDB: Flush Transaction Timeout=0;dbq=” + dbPath);
This works if I enter the extended parameter in lower case. But then the JET engine ignores it.