Specifies the global services the OLE DB interface can use.
When to specify ServiceComponents You must specify the ServiceComponents parameter before connecting to the database.
OLE DB
ServiceComponents='servicecomponent_name'
None
To enable the resource pooling service component:
Database profile Select Resource Pooling from the Service Component Support box on the System page in the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DBParm="ServiceComponents='DBPROPVAL_OS_RESOURCEPOOLING'"