How to set message buffer size in SQLBase

This article describes how to set message buffer size in SQLBase and connection string related with it.
  • 1890

Introduction

Message buffer is the place which contains messages that can be transmitted between tasks in the computer system to request service and receives replies from tasks. The connection string used to set message buffer size in SQLBase have five parameters Data source, User id, Password, ims and oms. The connection is given below.

Syntax

Data Source=server_add;User Id=user_name;Password=password;ims=8096;oms=8096;

Note - In the above connection string ims stands for input message size, this parameter defines the size of the input message and oms stands for output message size, this parameter defines the size of the output message.

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.