FIX: Application Error Closing ITest Ad Hoc Control Center (156129)



The information in this article applies to:

  • Microsoft OLE 1.0

This article was previously published under Q156129

SYMPTOMS

The ITest Adhoc Tool will generate an application error if you close the Ad Hoc Control Center window without uninitializing the IDBInitialize object. The following sequence results in the application error:
   CoCreateInstance(MSDASQL, CLSCTX_INPROC_SERVER,IID_IDBProperties)
   IDBProperties::SetProperties(...)
   IDBProperties::QueryInterface(...IID_IDBInitialize)
   Close the Ad Hoc Control Center Window
				

STATUS

Microsoft has confirmed this to be a problem in Microsoft OLE Database SDK version 1.0. This problem has been corrected in Microsoft OLE Database SDK version 1.1. For more information, contact your primary support provider.

Modification Type:MajorLast Reviewed:11/7/2002
Keywords:kbbug KB156129 kbAudDeveloper