资源简介
代码片段和文件信息
// ADO.cpp: implementation of the CADO class.
//
//////////////////////////////////////////////////////////////////////
/*************************************
版权所有: 吉林省明日科技有限公司
完成日期: 2010-09-15
项目出处: 编程词典
服务社区: www.mingribook.com
学习社区: www.mrbccd.com
*************************************/
#include “stdafx.h“
#include “DistillSQL.h“
#include “ADO.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CADO::CADO()
{
}
CADO::~CADO()
{
}
BOOL CADO::OnInitADOConn(CString database CString serverCString nameCString passwordint radio)
{
CString strname;
try
{
if(radio)
{
if(name.IsEmpty())
{
AfxMessageBox(“请输入用户!“);
return FALSE;
}
else
{
strname.Format(“Provider=SQLOLEDB.1;Persist
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-10-02 13:22 SQL数据库提取器模块\
目录 0 2018-06-04 16:35 SQL数据库提取器模块\DistillSQL\
文件 1866 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\ADO.cpp
文件 875 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\ADO.h
文件 4504 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\AttachDlg.cpp
文件 1722 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\AttachDlg.h
文件 3691 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\BackUpDlg.cpp
文件 1682 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\BackUpDlg.h
文件 12211 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DataOutDlg.cpp
文件 1720 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DataOutDlg.h
目录 0 2018-06-04 16:35 SQL数据库提取器模块\DistillSQL\Debug\
文件 90765 2003-03-27 20:00 SQL数据库提取器模块\DistillSQL\Debug\msado15.tlh
文件 76687 2003-03-27 20:00 SQL数据库提取器模块\DistillSQL\Debug\msado15.tli
文件 6639 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DistillDlg.cpp
文件 1714 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DistillDlg.h
文件 2266832 2010-10-28 10:36 SQL数据库提取器模块\DistillSQL\DistillSQL.aps
文件 5436 2010-10-28 10:36 SQL数据库提取器模块\DistillSQL\DistillSQL.clw
文件 2449 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DistillSQL.cpp
文件 5918 2008-07-14 11:45 SQL数据库提取器模块\DistillSQL\DistillSQL.dsp
文件 543 2008-06-25 15:51 SQL数据库提取器模块\DistillSQL\DistillSQL.dsw
文件 1595 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DistillSQL.h
文件 738304 2010-10-28 10:36 SQL数据库提取器模块\DistillSQL\DistillSQL.ncb
文件 657920 2010-10-28 10:36 SQL数据库提取器模块\DistillSQL\DistillSQL.opt
文件 13449 2008-08-16 10:19 SQL数据库提取器模块\DistillSQL\DistillSQL.rc
文件 18798 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DistillSQLDlg.cpp
文件 2473 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\DistillSQLDlg.h
文件 3651 2008-06-25 15:51 SQL数据库提取器模块\DistillSQL\ReadMe.txt
文件 3064 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\RestoreDlg.cpp
文件 1655 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\RestoreDlg.h
文件 13824 2007-11-29 13:18 SQL数据库提取器模块\DistillSQL\SQLToExcel.xlt
文件 2945 2010-09-15 15:48 SQL数据库提取器模块\DistillSQL\SetODBCDlg.cpp
............此处省略23个文件信息
相关资源
- mysql udf 开发(封装了reids操作)
- c++ 模拟excel排序
- 用于解决著名的奶牛问题
- c++ copy file
- c++ 电话薄数字排序
- c++ 求三角形面积
- 猴子选大王
- 练习数据结构用途
- C++语言的应用学习
- 語言開發
- c++ 数组冒泡排序
- c++ tSIP
- c++ 九九乘法表示例代码(入门级)
- c++ 三次样条曲线拟合
- c++控制台 计算器(正常运算和定义)
- c++ 旋转的图像(遮罩贴图)
- c++ combox加图标
- C++程序设计(第三版)谭浩强 习题
- c++源码:原木材积计算器
- c++ 面积计算机(入门级)
- c++ 大小写转化
- c++ 统计单词个数(入门级)
- c++ 五子棋游戏 (控制台)
- 用C和C++ 实现的CRC24a校验码的生成.r
- c++ 键盘监听
- c++ 检测文件是否存在(入门级)
- c++ 浮点数二进制格式
- 用C++模拟圆弧插补(图形)
- c++ 推箱子(控制台小游戏)
- c++ 汉诺塔
评论
共有 条评论