Subject Re: [ib-support] Re: ABS, External function
Author Martijn Tonies
>
> try
> //Udfører opdatering del 1
> if (not (DMMain.trAlmindelig.Active)) then
> DMMain.trAlmindelig.StartTransAction;
> DMOpdat533.Opdat5.ExecuteScript;
> DMMain.trAlmindelig.Commit;
> except
> ShowMessage('Kunne ikke oprettet ABS funktion ');
> DMMain.trAlmindelig.RollBack;
> end;

And the script component uses the same transaction?

'Cause it should be available then.

What is the error message that you're getting?


With regards,

Martijn Tonies
InterBase Workbench - the developer tool for InterBase & Firebird
Firebird Workbench - the developer tool for Firebird
Upscene Productions
http://www.upscene.com

"This is an object-oriented system.
If we change anything, the users object."