field not found 字段没找到,通常这种错误是由于数据源的数据进行 query 之后,导致了 dbedit 控件需要的字段在数据源里找不到。建议检查 点击查找 的代码段中,如果是用 query 编写 sql 语句进行查询,则检查 sql 语句中是否包含 dbedit 控件中匹配的字段。
解析 有几个问题:adoquery1.Close; //先关闭在清除adoquery1.SQL.Clear;adoquery1.sql.add('select avg(English) as 平均 from Subject');adoquery1.Open;//查询用Open,插入,新增,更新等等用ExecSQL...结果一 题目 Delphi 查询 Access 错误:Field 平均 not found adoquery1.SQL.Clear; adoquery1.Close;...
先试试直接在数据库查询,数据库查询语句没错的话,就是你在把结果赋值的时候出的错。
1,project->Add->Other->加入一个Global页面 2,在Global页面中放sqlConnection sqlCommand并设好他们的连接 3,在接口处注销strict private 接口的代码如下 --- type TGlobal = class(System.Web.HttpApplication){$REGION 'Designer Managed Code'} // strict private//这行必需注销,其它的行不理它...
我在想这个个错误是不是这代代码报出来的?如果是,有可能是因为你某一个控件连接着adouqyer1,而在你没执行这段代码时,控件上显示着数据,而且这个控件指向了字段“家庭地址”当你执行open的时候就报上面的错误了;存在可能有:1.dbgrid设置了固定列 2.dbedit之类的控件绑定了"家庭地址“列 ...
因为你的SELECT语句后面没有这个字段
key field not foundDD Delphi Developer created 15 years ago I have a software that uses the QuantumGrid, it has a GridDBTableView that displays a list of items. When user double clicks on the item a new screen pops up to show details of that item. Sometimes when I double click ...
重新拖一个控件上去,并且设置原先的属性。可能在关闭程序的时候,这个控件丢了,当你重新添加进去的时候,这个控件不在容器中,但是代码依然存在。
项目启动报了这个错误 在网上查了 大部分都说是目录结构的问题 当然如果你的类不在application这个类下面...
However, when I enter one of the fields on the Detail grid I get the error "Key Field not found". There is always one row that does not give the "Key Field not found" error, but in that row the highlighted cell displays data from another cell unti...