Sqlite connection string with encrypted password
问题 I have an encrypted database using "SQLite Cipher" . When I try to connect to the database using Connection string the following error message appears: 'SQL logic error Cannot use "Password" connection string property: library was not built with encryption support.' Imports System.Data.SQLite Public Class frm_projects Dim dtset As New SQLiteConnection("Data Source=Setting.db;Password=m;") Private Sub frm_projects_Load(sender As Object, e As EventArgs) Handles MyBase.Load Try If dtset.State =