Subject Re: [IBO] ISAPI - Ensure closing of transaction
Author Jason Wharton
You don't ever write an ISAPI module that leaves a transaction open. If they
walk away that doesn't abruptly interrupt the execution of the module.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Kurt Bilde" <kub@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 27, 2001 4:54 AM
Subject: [IBO] ISAPI - Ensure closing of transaction


> Hi all !
>
> I just wondering how the transaction gets closed if the user decides to go
to another page during datafetching in an ISAPI?
>
> -Kurt