HRESULT hr=m_db.CreateInstance(__uuidof(Connection));
之后用 if(SUCCEEDED(hr)) .... else messageBox("创建失败")
老是执行messageBox("创建失败")这句,为什么啊?