CStringstrPrompt;CConnectionStringconnection=m_strConnectionString;if(!connection.TestConnect()){AfxGetErrorMessage(strPrompt);MessageBox(strPrompt,_T("数据库链接"),MB_ICONEXCLAMATION|MB_OK);return;}AfxSetDataLink(connection);CSqlStringstrSQL=m_strSQL;CStringstrValue=strSQL.Execute();SetDl