Osql.h
上传用户:xaxinn
上传日期:2007-01-03
资源大小:39k
文件大小:2k
源码类别:

Oracle数据库

开发平台:

Visual C++

  1. // Osql.h : main header file for the OSQL application
  2. //
  3. // Release 1, Copyright (C) 1999 Ben Bryant
  4. // This is sample source code, nothing more is implied. Use it only as such.
  5. // This software is provided 'as-is', without warranty. In no event will the
  6. // author be held liable for any damages arising from the use of this software.
  7. // Permission is granted to anyone to use this software for any purpose.
  8. // The origin of this software must not be misrepresented; you must not claim
  9. // that you wrote the original software. Altered source versions must be plainly
  10. // marked as such, and must not be misrepresented as being the original software.
  11. // Ben Bryant bcbryant@firstobject.com
  12. //
  13. #if !defined(AFX_OSQL_H__C7257216_0484_11D3_A0D8_00105A27C570__INCLUDED_)
  14. #define AFX_OSQL_H__C7257216_0484_11D3_A0D8_00105A27C570__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #ifndef __AFXWIN_H__
  19. #error include 'stdafx.h' before including this file for PCH
  20. #endif
  21. #include "resource.h" // main symbols
  22. /////////////////////////////////////////////////////////////////////////////
  23. // COsqlApp:
  24. // See Osql.cpp for the implementation of this class
  25. //
  26. class COsqlApp : public CWinApp
  27. {
  28. public:
  29. COsqlApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(COsqlApp)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(COsqlApp)
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_OSQL_H__C7257216_0484_11D3_A0D8_00105A27C570__INCLUDED_)