home *** CD-ROM | disk | FTP | other *** search
- #ifndef __EMPLOYEEPERSONALSET_H__
- #define __EMPLOYEEPERSONALSET_H__
-
- // EmployeePersonalSet.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CEmployeePersonalSet DAO recordset
-
- class CEmployeePersonalSet : public CDaoRecordset
- {
- public:
- CEmployeePersonalSet(CDaoDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CEmployeePersonalSet)
-
- // Field/Param Data
- //{{AFX_FIELD(CEmployeePersonalSet, CDaoRecordset)
- long m_Employee_Number;
- COleDateTime m_Birthdate;
- BYTE m_Sex___Marital_Status;
- double m_Height;
- double m_Weight;
- //}}AFX_FIELD
-
- long m_EmployeeNumberParam;
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEmployeePersonalSet)
- public:
- virtual CString GetDefaultDBName(); // Default database name
- virtual CString GetDefaultSQL(); // Default SQL for Recordset
- virtual void DoFieldExchange(CDaoFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
-
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // __EMPLOYEEPERSONALSET_H__
-