资源简介

VC++ 连接mysql数据库实例源码 操作mysql数据库是很方便的事情!

资源截图

代码片段和文件信息

// CntrItem.cpp : implementation of the CVcMysqlCntrItem class
//

#include “stdafx.h“
#include “VcMysql.h“

#include “VcMysqlDoc.h“
#include “VcMysqlView.h“
#include “CntrItem.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CVcMysqlCntrItem implementation

IMPLEMENT_SERIAL(CVcMysqlCntrItem COleClientItem 0)

CVcMysqlCntrItem::CVcMysqlCntrItem(CVcMysqlDoc* pContainer)
: COleClientItem(pContainer)
{
// TODO: add one-time construction code here

}

CVcMysqlCntrItem::~CVcMysqlCntrItem()
{
// TODO: add cleanup code here

}

void CVcMysqlCntrItem::onchange(OLE_NOTIFICATION nCode DWORD dwParam)
{
ASSERT_VALID(this);


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8774  2009-07-15 16:04  VcMysqlView.cpp

     文件       2919  2009-07-15 16:04  VcMysqlView.h

     文件     167992  2009-12-28 10:01  Debug\VcMysql.exe

     文件     249856  2009-07-15 16:04  Release\libmySQL.dll

     文件      40960  2009-07-15 16:04  Release\VcMysql.exe

     文件       1078  2009-07-15 16:04  res\Toolbar.bmp

     文件       1078  2009-07-15 16:04  res\VcMysql.ico

     文件        399  2009-07-15 16:04  res\VcMysql.rc2

     文件       1078  2009-07-15 16:04  res\VcMysqlDoc.ico

     文件       4144  2009-07-15 16:04  CntrItem.cpp

     文件       1834  2009-07-15 16:04  CntrItem.h

     文件       1157  2009-07-15 16:04  DbInfoquery.cpp

     文件       1240  2009-07-15 16:04  DbInfoquery.h

     文件       2098  2009-07-15 16:04  font.cpp

     文件       1461  2009-07-15 16:04  font.h

     文件     249856  2009-07-15 16:04  libmySQL.dll

     文件      24902  2009-07-15 16:04  libmySQL.lib

     文件       2851  2009-07-15 16:04  MainFrm.cpp

     文件       1638  2009-07-15 16:04  MainFrm.h

     文件      29360  2009-07-15 16:04  msflexgrid.cpp

     文件       7490  2009-07-15 16:04  msflexgrid.h

     文件        135  2009-07-15 16:04  mysqlconnect.ini

     文件       7930  2009-07-15 16:04  MysqlConnection.cpp

     文件       3163  2009-07-15 16:04  MysqlConnection.h

     文件        585  2009-07-15 16:04  mysqlglobal.h

     文件       1173  2009-07-15 16:04  MysqlQuery.cpp

     文件       1229  2009-07-15 16:04  MysqlQuery.h

     文件       1128  2009-07-15 16:04  picture.cpp

     文件       1295  2009-07-15 16:04  picture.h

     文件       4662  2009-07-15 16:04  ReadMe.txt

............此处省略21个文件信息

评论

共有 条评论