Defining the input message buffer using SQLBaseODBC

Connection string

This SQLBase ODBC connection string can be used for connections to SQLBase.

Controls the number of bytes of the input message buffer. Increasing this value retrieves more records across the network in a single fetch.

Driver=SQLBaseODBC;ServerName=myServerAddress;Database=myDataBase;
LogonID
=myUsername;
Password=myPassword;InputMessageSize=8096;