ado 连接数据库,最简单的数据库编程 有利于初学者学习.
源代码在线查看: temp.cpp
// Temp.cpp: implementation of the CTemp class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "080426dbdialog.h"
#include "Temp.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CTemp::CTemp()
{
}
CTemp::~CTemp()
{
}