delphi adotable连接数据库 在线等!
procedureTForm2.Button4Click(Sender:TObject);beginwithadotable1dobeginopen;append;edi...
procedure TForm2.Button4Click(Sender: TObject);
begin
with adotable1 do
begin
open;
append;
edit;
adotable1.FieldByName('采购人').AsString:=combobox1.Text;
post;
close;
end;
end;
代码有什么问题,运行时missing table property
错误原因求解 展开
begin
with adotable1 do
begin
open;
append;
edit;
adotable1.FieldByName('采购人').AsString:=combobox1.Text;
post;
close;
end;
end;
代码有什么问题,运行时missing table property
错误原因求解 展开
展开全部
我测试可以用
begin
with adotable1 do
begin
open;
append;
edit;
adotable1.FieldByName('empid').AsString:=Edit1.Text;--你的采购人在裱中有这个字段名吗?
post;
close;
end;
end;
begin
with adotable1 do
begin
open;
append;
edit;
adotable1.FieldByName('empid').AsString:=Edit1.Text;--你的采购人在裱中有这个字段名吗?
post;
close;
end;
end;
更多追问追答
追问
我不知道为什么运行不了,adotable除了要和adoconnection和datesource连接,还需不需要什么设置的
追答
你没有加表名!!在adotale的tablename 写上表名
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家国内优质海外HTTP代理商,拥有一个庞大的IP资源池,覆盖200多个地区,IP数量大且匿名度高。其优点还包括超高并发、稳定高效、技术服务等特点,同时提供HTTP、HTTPS以及SOCKS5协议支持。此外,Sto...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询