Reply to comment

Except that it IS a normal

Except that it IS a normal thing. It indicates that you are using connection pooling (which is a good thing) and that it is resetting in preparation for the next command. Explicitly opening and closing a connection every time means you are not taking advantage of a connection pool.

Reply