How to use encryption in Remote database in Valentina

This article explains the connection string through which user can provide encryption in remote database in Valentina.
  • 1680

Introduction

Data encryption is the process of conversion of data into code for compression or for confidentiality or security. This converted code is known as cipher text and it is not easily understood by unauthorized persons. The connection string used for encryption in remote database in Valentina server is given below.

syntax

Driver={Valentina ODBC Driver};Host=192.168.0.50;Port=port_num;UseSSL=yes;Database=database_name; UID=user_name;PWD=password;

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.