How to specify character set in Interbase

This article explains the connection string through which character sets can be specify in Interbase server.
  • 1659

Introduction

Interbase can uses different character sets. It is the collection of symbols that can be entered as text in a column and it also defines the maximum number of bytes of storage necessary to represent each symbol. A number of character set is used to store Interbase data.

Syntax

provider=sibprovider;location=localhost:;data source=c:\databases\gdbs\mygdb.gdb;user id=SYSDBA;Password=masterkey;character set=ISO8859_1;

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.