How to deal with Compression in ODBC Driver

This article deals with connection string related to Compression in Advantage ODBC Driver.
  • 2327

Introduction

The process of compression reduces the size of the given program or data. The command given below will compress the specified file so that it acquires less space in the memory.

DataDirectory=\\servername\sharename\dictionaryfile.add;ServerTypes=2;Compression=Internet;
 
NOTE: The attribute Compression can have values as ALWAYS, INTERNET and NEVER. It can also be left empty.

Further Readings

You may also want to read these related articles.

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.