【问题标题】:How can we select data when we used key words as access database table names and field name in delphidelphi中使用关键字作为access数据库表名和字段名如何选择数据
【发布时间】:2016-08-03 10:09:11
【问题描述】:

我正在使用 delphi 和访问数据库。我使用关键字作为表名和字段名。 例如:用户\日期\密码。 我如何从delphi访问它? 下面是我试过的代码。当我在 Access 中运行它时它正在工作。但不能从 delphi 运行相同的查询。它说查询中的语法错误。

select * from "User"
select * from User

【问题讨论】:

  • 你的意思是表名是保留字?

标签: delphi ms-access delphi-xe ms-access-2000


【解决方案1】:

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2010-10-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-09-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多