How to persist security info in Mimer SQL

This article explains how to save security information in Mimer SQL.
  • 1658

Introduction

In Mimer SQL user can also store or save his security information by set persist security info parameter as true. The password information is stored in connection string and remains in it when connection have been opened . The connection string used to persist security info have Database, Protocol, User id, Persist security info and Password parameters.

Syntax

Database=database_name;Protocol=local;User Id=user_name;Password=password;Persist Security Info=true;

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.