CString strConnection = _T("Provider=MSDASQL;PersistSecurityInfo=False;"
                   "Trusted_Connection=Yes;"
                   "Data Source=LocalServer;catalog=strDbCatalog");
_T是什么意思呀??