ASQL_FAST_ACCESS

The configuration variable ASQL_FAST_ACCESS, when set to TRUE, allows SELECT queries to be solely available to a single request, and not treated as cursors. This can greatly improve performance, but whilst set, if you attempt to retrieve other information from the same connection, you may get a "Connection busy" error.

The default value is FALSE.