SQLServerDataProvider.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // SQLServerDataProvider.h : main header file for the SQLSERVERDATAPROVIDER application
  2. //
  3. #if !defined(AFX_SQLSERVERDATAPROVIDER_H__984C5863_6D59_486D_AE44_BF9EB40F74DE__INCLUDED_)
  4. #define AFX_SQLSERVERDATAPROVIDER_H__984C5863_6D59_486D_AE44_BF9EB40F74DE__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. static const LPCTSTR csOptProfileSection = _T("CalendarSQLServerDataProviderSample");
  13. static const LPCTSTR csOptDataSourceSQLsrvProp = _T("DataSource_SQLsrv");
  14. static const LPCTSTR csOptDataSourceSQLsrvProp_default = _T("Provider=SQLOLEDB.1;...");
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CSQLServerDataProviderApp:
  17. // See SQLServerDataProvider.cpp for the implementation of this class
  18. //
  19. class CSQLServerDataProviderApp : public CWinApp
  20. {
  21. public:
  22. CSQLServerDataProviderApp();
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CSQLServerDataProviderApp)
  26. public:
  27. virtual BOOL InitInstance();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. //{{AFX_MSG(CSQLServerDataProviderApp)
  31. afx_msg void OnAppAbout();
  32. afx_msg void OnFileOpen();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_SQLSERVERDATAPROVIDER_H__984C5863_6D59_486D_AE44_BF9EB40F74DE__INCLUDED_)