Database Encryption using VistaDBConnection

Connection string

This VistaDB ADO.NET Provider connection string can be used for connections to VistaDB.

This is only for encryption. Not any type of user level access.

Data Source=D:\folder\myVistaDatabaseFile.vdb4;Open Mode=ExclusiveReadWrite;
Password
=myEncryptionKey;

Spaces are not allowed and no ' or " characters.

Important! If no encryption are used, do NOT specify at all in the connection string. A blank value like Password=; turns on encryption with a blank key. Leave the whole Password key out of the connection string.