FreeServerResources method

Applies to
TIB_Statement

Declaration
Procedure FreeServerResources;

Description
This method will cause the server resources involved with the statement to be freed up so that the client will not unnecessarily hold resources on the server open. Ideal cases for using this method is when you have a lookup dataset that fetches all the data that it needs and will stay open for a long while. There is no reason that the statement needs to hold the server resources for a readonly dataset.

Ever since version 3.4 this method is pretty much obsolete since IBO will automatically do as much of this as it can based on the TIB_Transaction timeout properties.