Re: dxDBGrid no reaction immediately
- From: "Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx>
- Date: 5 May 2006 07:10:19 -0700
keith wrote:
Hi, I use the following code to delete all records from table salary:
with dm.ADOCommand1 do
begin
CommandText :='delete from salary';
Execute;
end;
dm.qry_fromhis.Active :=false;
dm.qry_fromhis.Active :=true;
however, I have a very strange problem, the data in dxDBGrid not
deleted at once, I click twice, then all gone.
what's wrong? and how to fix?
Thanks a lot.
are you using CachedUpdates?
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project: http://docs.indyproject.org
--
In order to contact me remove the -nospam
.
- References:
- dxDBGrid no reaction immediately
- From: keith
- dxDBGrid no reaction immediately
- Prev by Date: Re: Getting results of a FOR Command
- Next by Date: Looking for the best delphi supported free DB
- Previous by thread: I solved myself
- Next by thread: Re: dxDBGrid no reaction immediately
- Index(es):
Relevant Pages
|