Thanks for the answer.
But when I want a connection to the sql server, instead of connect to an existing connection, a new connection is created even if a connection is open and inactif.
At the end, I've got to many connection inactive .
I would like to know if it's possible to not use the pooling and do you dispose the connection after the close ?
Thanks