I have a connection string in VBA (part of Excel sheet) which is connecting to SQL Server.
Provider=SQLNCLI10.1;Integrated Security=SSPI;Auto Translate=False;
It uses SQL Native client.
Can we apply connection pooling using pooling='true'
in the connection string? If not how can we apply connection pooling?