Problem with OleDbConnection, Excel and connection pooling

混江龙づ霸主 提交于 2019-11-29 05:18:46

If I understand correct your question you want to know what means the connection string property OLE DB Services=-4.

You can find the corresponding documentation here, here and here. I hope the information is what you need. If you want play with DBPROPVAL_OS_AGR_AFTERSESSION property it has the value 8 (see oledb.h).

I'm not really into OleDbConnections, but have you seen this post?

http://blogs.msdn.com/b/selvar/archive/2007/11/10/ole-db-resource-pooling.aspx

Table 4 in this post is mentioning the OLE DB SERVICES property and the values that belong to the -number values.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!