ServerCursor database parameter

When you use the OLE DB database interface with a Microsoft SQL Server database and retrieve data into a DataWindow, server-side cursors are used to support multiple command execution. If this has a negative impact on performance, try increasing the size of the Block database parameter to 500 or more, or adding the following line to the [Microsoft SQL Server] section in the PBODB105.INI file to turn off server-side cursors:

ServerCursor = 'NO'

The ServerCursor parameter can be used only in the PBODB initialization file.