ApplyUpdates
19/02/2003
0
No código abaixo está dando erro de ´Undeclared Identifier´ no ApplyUpdates e no CommitUpdates.
Imagino que seja pq mudei de TQuery para TADOQuery.
Existe algum comando equivalente para TADOQuery, ou o problema não é esse?
with DM_Geral.QryCham do
begin
try
ApplyUpdates; {try to write the updates to the database};
F_Menu.DBControle.Commit; {on success, commit the changes};
except
F_Menu.DBControle.Rollback; {on failure, undo the changes};
raise; {raise the exception to prevent a call to CommitUpdates!}
end;
CommitUpdates; {on success, clear the cache}
end;
Ah, eu utilizo Delphi 7.
:roll:
Imagino que seja pq mudei de TQuery para TADOQuery.
Existe algum comando equivalente para TADOQuery, ou o problema não é esse?
with DM_Geral.QryCham do
begin
try
ApplyUpdates; {try to write the updates to the database};
F_Menu.DBControle.Commit; {on success, commit the changes};
except
F_Menu.DBControle.Rollback; {on failure, undo the changes};
raise; {raise the exception to prevent a call to CommitUpdates!}
end;
CommitUpdates; {on success, clear the cache}
end;
Ah, eu utilizo Delphi 7.
:roll:
Marcelo.c
Curtir tópico
+ 0
Responder
Clique aqui para fazer login e interagir na Comunidade :)