gpt4 book ai didi

c# - 不接受 TableAdapter 中的参数

转载 作者:行者123 更新时间:2023-11-30 16:33:20 25 4
gpt4 key购买 nike

我目前正在尝试设置我的 TableAdapter,但它不允许我使用参数(这使它变得毫无用处)- 当我创建一个新查询时

SELECT     users.*
FROM users
WHERE name LIKE @name

它告诉我 '@' 附近有一个 SQL 错误...

我正在使用带有 C# 的 VS08 和使用 OleDB 驱动程序的访问数据库

最佳答案

看这里:

How to: Create Parameterized TableAdapter Queries

When constructing a parameterized query, use the parameter notation specific to the database you are coding against. For example, Access and OleDb data sources use the question mark '?' to denote parameters, so the WHERE clause would look like this: WHERE City = ?.

尝试用 ? 代替 @并查看您的查询是否编译。

关于c# - 不接受 TableAdapter 中的参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3316450/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com