How to specify role in Interbase

This article explains how to specify role in Interbase server.
  • 1319

Introduction

The role in Interbase is used for the security purpose. By specifying role in connection string only the authorized user will be able to access the data of database. Connection string used to specifying role in Interbase is given below.

Syntax

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

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.