我用delphi开的程序,三层的。我在中间层用TSQLtalbe ,客户端我新增一条记录
clientdataset1.Append;
clientdataset1.ApplyUpdates(0) ;
clientdataset1.Refresh;
这样可以为。
为什么当我把中间层换成TSQLquery时候就不行了呢?
谢谢。
中间层提示错误如下:
project appserver.exe raise exception class edatabase errors with message unable to find record. no key spceified