SQL Option - AUTOFETCH

Sets the AUTOFETCH attribute on SELECT statements that are run on Microsoft SQL Server data sources.

Syntax:
>>-.----.--AUTOFETCH-----------------><
   +-NO-+
Parameters:

None

Properties:
Default: NOAUTOFETCH
Comments:

Compiling with this directive can help the performance of your application by reducing the amount of communications between client and server. This directive works only if the program is also compiled with the SQL(TARGETDB=MSSQLSERVER) directive, and is for read-only cursors only. Another peformance option is to set SCROLLOPTION FAST FORWARD.