Subject | Thread - Explict Logic Transactions |
---|---|
Author | Vincenzo Scarpellino |
Post date | 2004-11-02T11:56:56Z |
IBO 4.0
Which is best mode in a thread to do an explicit transaction with a RollBack when error occur ?
procedure TEurStampaThread.Execute;
begin
PostMessage(Handle, WM_NULL, 0, 0);
with FormStLGThread do
begin
QueryPNO.Open;
end
end;
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Hai un sito web? Allora guadagna anche tu con il Web Marketing !
* Collegati subito.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid54&d=2-11
[Non-text portions of this message have been removed]
Which is best mode in a thread to do an explicit transaction with a RollBack when error occur ?
procedure TEurStampaThread.Execute;
begin
PostMessage(Handle, WM_NULL, 0, 0);
with FormStLGThread do
begin
QueryPNO.Open;
end
end;
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Hai un sito web? Allora guadagna anche tu con il Web Marketing !
* Collegati subito.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid54&d=2-11
[Non-text portions of this message have been removed]