Test.h
Upload User: bjvcxy
Upload Date: 2021-05-06
Package Size: 2054k
Code Size: 1k
Development Platform:

Visual C++

  1. #if !defined(AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_)
  2. #define AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Test.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTest recordset
  10. class CTest : public CRecordset
  11. {
  12. public:
  13. CTest(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CTest)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CTest, CRecordset)
  17. //}}AFX_FIELD
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CTest)
  21. public:
  22. virtual CString GetDefaultConnect();    // Default connection string
  23. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  24. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. #ifdef _DEBUG
  28. virtual void AssertValid() const;
  29. virtual void Dump(CDumpContext& dc) const;
  30. #endif
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_)