已有5人关注
系统配置的代码解释
发表在VC++图书答疑 2019-01-13 悬赏:2 学分 《Visual C++项目开发全程实录(第3版)》第6章 图书管理系统(Visual C++6.0+Server 2000数据库实现)
是否精华
版块置顶:

大家好,下面的代码,请高手解释一下:

void CBbbApp::IniAdo()

{

try

{

CString temp;

char filepath[MAX_PATH];

GetModuleFileName(NULL,filepath,MAX_PATH);

temp = theApp.ExtractFilePath(filepath);//获取可执行文件的路径


//m_pCon.CreateInstance("ADODB.Connection");

CString strAdoConn;

char temp1[100];

GetPrivateProfileString("DatabaseConfig","Server","",temp1,100,temp+"login.ini");

strserver = (TCHAR *)temp1;

GetPrivateProfileString("DatabaseConfig","Database","",temp1,100,temp+"login.ini");

strdbName = temp1;

GetPrivateProfileString("DatabaseConfig","User","",temp1,100,temp+"login.ini");

strUser = temp1;

GetPrivateProfileString("DatabaseConfig","PWD","",temp1,100,temp+"login.ini");

strPassword = temp1;

strAdoConn.Format("driver={SQL Server};SERVER=%s;UID=%s;PWD=%s;DATABASE=%s", 

                                  strserver, strUser, strPassword, strdbName);

m_pCon.CreateInstance(_uuidof(Connection));

m_pCon->ConnectionString = (_bstr_t)strAdoConn;

m_pCon->Open("","","",NULL);

m_pCom.CreateInstance("ADODB.Command");

m_pRs.CreateInstance(_uuidof(Recordset));


m_pRs1.CreateInstance(_uuidof(Recordset));

// ADOFLAG = TRUE;

}

catch(_com_error)

{

//ADOFLAG = FALSE;

Flag = FALSE;

MessageBox(0,"请检查系统配置信息", "数据库连接失败",MB_OK);

return;

}

catch(...)

{

AfxMessageBox("SYS Error");

return ;

}

}


分享到:
精彩评论 4
李木子
学分:2954 LV11
2019-02-25
沙发

你好:

  请说出具体哪本书哪章实例

13949910063
学分:71 LV3
TA的每日心情
2017-11-11 19:37:13
2019-02-25
板凳

李木子 发表于2019-02-25 16:40

你好:

  请说出具体哪本书哪章实例

在Visual C++项目开发全程实录第3版第6章《图书管理系统》实例中,有许多内容书中并没有讲解,只是所配发和实例中有这些代码,请帮忙解释一下代码

李木子
学分:2954 LV11
2019-02-26
地板

13949910063 发表于2019-02-25 18:13

在Visual C++项目开发全程实录第3版第6章《图书管理系统》实例中,有许多内容书中并没有讲解,只是所配发和实例中有这些代码,请帮忙解释一下代码

你好:

  每个代码都是有用的 具体作用代码后面都有注释

13949910063
学分:71 LV3
TA的每日心情
2017-11-11 19:37:13
2019-04-14
4L

谢谢,搞定了。

首页上一页 1 下一页尾页 4 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照