新微赢技术网
标题:
数据库连接用odbc的[急]
[打印本页]
作者:
爱情无价
时间:
2009-11-3 02:17
标题:
数据库连接用odbc的[急]
VC++程序中,程序如下:
void CNclientDlg::OnBtnSend() //"发送"按钮相应方法
{
CString tempstr = " ";
for(int i=0;i<100;i++) {m_Buf[i]=0;}
GetDlgItem(IDC_EDIT_SCONTENT)->GetWindowText(tempstr); //获取要发送的数据
strcpy(m_Buf,tempstr);
pSocket->Send(m_Buf,strlen(tempstr),0); //发送数据到服务器端
GetDlgItem(IDC_EDIT_SCONTENT)->SetWindowText("");
myrs.Open();
myrs.AddNew();
myrs.m_msg =?;
myrs.Update();
myrs.Close();
}
请问“?”处添加什么可以让tempstr的内容传输到myrs.m_msg ,mess是一个基于CRecordset的类,myrs是mess的一个对象.
大侠请答复,谢谢!!!在线等!!急!!!
作者:
DJ爱有多痛DJ
时间:
2009-11-3 02:17
帮帮我好吗?
作者:
Yaci
时间:
2009-11-3 02:17
好久不用MFC 的 ODBC class了,过两天给你看看。
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2