I connected a C++ program to an sql server database. I am using ADO. But the connection pooling is not working fine. On the sql Profiler i see that the queries are not being pooled.

Does somebody know how to enable the connection pooling to work similar as ADO.net? Or can somebody send me an example of how to make it work ?

Thanks