MULTIPLE_RECORD_COUNT

The variable MULTIPLE_RECORD_COUNT applies only to those using AcuServer's multiple record mode. If you plan to open records in this mode, use this variable to specify how many records can be read in a single network packet. In other words, use this variable to specify how many records the server should send to the client each time the client requests more records. Note that this variable is checked only if the filename_MRC variable on the client is set to 1. Any other value on the client causes this variable to be disregarded.

Valid values of MULTIPLE_RECORD_COUNT range from 0 to 32767. The default value is 10. If this variable is set to 0, files opened in multiple record mode requesting a single record are treated as if they were being opened in standard mode.

See Multiple-Record Mode for more information on using AcuServer's multiple record mode.