We hav been getting an error with the MS Oracle ODBC Driver. It says:
"Maximim no of processess exceeded."
This is from a web app on IIS 4.0 and ASP.
All connections are being closed and destroyed in all the pages and connection pooling is on at the ODBC level (ODBC 3.0).

One more thing the documentation for turning on connection pooling in ASP says that you have to modify a registry key in h_key_local_machine/software/.../ASP/parameters/startconnectionpooling. But when I go into the registry for the web server the startconnectionpooling key is not there and the value says: "for backward compatibility" !!!!How do I set the connection pooling for ASP ??

Appreciate any help on this..
Thanks

Neil