"select * from abtable where goods like '%"+m_sGoods+"%' and kind like '%"+m_sKind+"%'";这句有错误吗? 我用的是ADO ACCESS 连接方式  m_sGoods m_sKind 是CString 类型为什么为什么执行会有错误?