access_ip2.h
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:2k
- /*****************************************************************************
- * Copyright Statement:
- * --------------------
- * This software is protected by Copyright and the information contained
- * herein is confidential. The software may not be copied and the information
- * contained herein may not be used or disclosed except with the written
- * permission of MediaTek Inc. (C) 2001
- *
- *****************************************************************************/
- /*****************************************************************************
- *
- * Filename:
- * ---------
- * access_ip2.h
- *
- * Project:
- * --------
- * Maui META APP
- *
- * Description:
- * ------------
- * IP2 calibration export to Microsoft Access header
- *
- * Author:
- * -------
- * Andy Ueng (mtk00490)
- *
- *============================================================================
- * HISTORY
- * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *------------------------------------------------------------------------------
- * $Revision$
- * $Modtime$
- * $Log$
- *
- *------------------------------------------------------------------------------
- * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *============================================================================
- ****************************************************************************/
- #ifndef _ACCESS_IP2_H_
- #define _ACCESS_IP2_H_
- #include <ADODB.hpp>
- /*---------------------------------------------------------------------------*/
- /*---------------------------------------------------------------------------*/
- class CACCESSIP2
- {
- private:
- protected:
- public:
- CACCESSIP2( void );
- ~CACCESSIP2( );
- void SetTabNameToIP2_PARAMETERS( TADOTable *p_ADOTab, AnsiString as_tabname );
- void PostRecordToAccess( TADOTable *p_ADOTab );
- };
- /*---------------------------------------------------------------------------*/
- #endif