Скачиваний:
68
Добавлен:
01.05.2014
Размер:
1.3 Кб
Скачать
// TheOneSet.h: interface of the CTheOneSet class
//


#pragma once

// code generated on 27 мая 2006 г., 18:43

class CTheOneSet : public CRecordset
{
public:
	CTheOneSet(CDatabase* pDatabase = NULL);
	DECLARE_DYNAMIC(CTheOneSet)

// Field/Param Data

// The string types below (if present) reflect the actual data type of the
// database field - CStringA for ANSI datatypes and CStringW for Unicode
// datatypes. This is to prevent the ODBC driver from performing potentially
// unnecessary conversions.  If you wish, you may change these members to
// CString types and the ODBC driver will perform all necessary conversions.
// (Note: You must use an ODBC driver version that is version 3.5 or greater
// to support both Unicode and these conversions).

	long	m_cinema_id;
	CStringW	m_cinema_name;
	CStringW	m_cinema_address;
	CStringW	m_cinema_about;

// Overrides
	// Wizard generated virtual function overrides
	public:
	virtual CString GetDefaultConnect();	// Default connection string

	virtual CString GetDefaultSQL(); 	// default SQL for Recordset
	virtual void DoFieldExchange(CFieldExchange* pFX);	// RFX support

// Implementation
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

};

Соседние файлы в папке TheOne