#error Security Issue: The connection string may contain a password
// The connection string below may contain plain text passwords and/or
// other sensitive information. Please remove the #error after reviewing
// the connection string for any security related issues. You may want to
// store the password in some other form or use a different user authentication.CString Cpeople::GetDefaultConnect()
{
return _T("DSN=Addresses;Trusted_Connection=Yes;APP=Microsoft\x00ae Visual Studio\x00ae 2008;WSID=\x674e\x745e\x51acPC;DATABASE=address;Network=DBMSSOCN");
}fatal error C1189: #error :  Security Issue: The connection string may contain a password我是第一次在MFC下用数据库,当我连接完后,编译时出现这样的错误,我想确认一下,这是不是 不是错误,
只要将#error注释掉就行了,还有#error的用法,一般用于什么情况