已有17人关注
能否从代码上看出“用的什么方法链接到数据库”?
发表在C++图书答疑 2019-01-31 悬赏:2 学分 《C++项目开发全程实录》第一章 图书管理系统(Visual C++6.0实现)
是否精华
版块置顶:

请高手帮忙注释下面的代码,我是没有搞明白,下面的代码使用什么方法连接到Sql数据库。代码如下:

//很有意思 是Login.ini,编译时要注意是否存在,不存在时程序出错

//

void CBookManageApp::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));

}

catch(_com_error)

{

Flag = FALSE;

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

return;

}

catch(...)

{

AfxMessageBox("SYS Error");

return;

}

}


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