Maximum size of the buffer memory in SQL Mobile OLEDB

This article explains the connection string used to determine maximum size of the buffer memory.
  • 2261

Introduction

A buffer memory is a temporary memory used to hold temporary data which could be dynamic variables, classes etc. Initially the maximum size of the buffer memory allocated by the server by default is 640 kB . However we can also change the maximum size of the buffer by using the string given below.

Provider=Microsoft.SQLSERVER.MOBILE.OLEDB.3.0;Data Source=myPath\myData.sdf;SSCE:Max Buffer Size=1024;

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.