Icon RequestLive Property

property RequestLive: Boolean

Usage

Use the RequestLive property to specify whether or not DBISAM should attempt to return a live result set when the current SELECT SQL statement is excuted. The RequestLive property is False by default, meaning that a canned result set will be returned. Set the RequestLive property to True to request a live result set.

Information Setting RequestLive to True does not guarantee that a live result set is returned by DBISAM. A live result set will be returned only if the SELECT SQL statement syntax conforms to the syntax requirements for a live result set. If the RequestLive property is True, but the syntax does not conform to the requirements, DBISAM returns a canned result set. After executing the query, inspect the ResultIsLive property to determine whether the request for a live result set was successful.
Image