Hi all,
We are now using the ado.net to solve the connection pool issue for sybase ASE driver. But how to config the pool parameters such as MAX POOL SIZE? The below doesn't effect about the pool size
SQLCA.DMS = "ADO.net"
SQLCA.DBPARM="Namespace='Sybase.Data.AseClient',Database='*****',DataSource='***',ADORelease='1.15.325.0',PROVIDERSTRING='Pooling=TRUE; Min Pool Size=1, MAX POOL SIZE = 2'"
Thanks,
Sally