Subject | default transaction |
---|---|
Author | Ronaldo Rezende Vilela Luiz |
Post date | 2002-03-27T06:36:30Z |
How the default transaction works? I want no start a transaction when I open
a dataset (when the form is created), and each change in the database
(inserts, updates, deletes) I want to do a commitretaining and when the form
is close I want to make a commit. How I do this? Exist any automatic metod
for this steps or I must to include all this codes in the my application's
events afterinsert, afterpost, afterdelete, afterupdate ?
--
Ronaldo Rezende
ronaldim@...
-----------------------------------------
Programador Delphi
Uberaba, MG - Brazil
cursando Sistemas de Informa��o
na Universidade de Uberaba
....
a dataset (when the form is created), and each change in the database
(inserts, updates, deletes) I want to do a commitretaining and when the form
is close I want to make a commit. How I do this? Exist any automatic metod
for this steps or I must to include all this codes in the my application's
events afterinsert, afterpost, afterdelete, afterupdate ?
--
Ronaldo Rezende
ronaldim@...
-----------------------------------------
Programador Delphi
Uberaba, MG - Brazil
cursando Sistemas de Informa��o
na Universidade de Uberaba
....