关于Select语句的问题

来源:互联网 发布:淘宝联盟账号如何注册 编辑:程序博客网 时间:2024/05/07 04:47
 
谁知道下面这条语句非法:
select ID from T_Organization where Catalog=1
而下面这条语句就合法的原因不:
select [ID] from [T_Organization] where [Catalog]=1
使用ADO.Net访问Access, Provider为System.Data.OleDb,
异常详细信息: System.Exception: IErrorInfo.GetDescription 因 E_FAIL(0x80004005) 而失败。
网上也找不到原因,不知道是什么问题,困惑..