How to define input message buffer in SQLBase

This article defines the commands used to define input message buffer in SQLBase ODBC.
  • 1648

Introduction

The input message buffer holds the data coming back to the server. There is one input message buffer per client connection handle. The default size of  input message buffer is 2000 bytes. If we increase the value of input message buffer more number of records can be retrieve across the network in one single fetch. The connection string used to define input message buffer is given below.

Syntax

Driver=SQLBaseODBC;Server Name=server_add;Database=database_name;Logon ID=user_name; Password=password;Input Message Size=8096;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.