Persist security info using Mimer Data Provider
Connection string
This Mimer Data Provider connection string can be used for connections to Mimer SQL.
Use this one to let the password information remain in the connection string after the connection have been opened.
Database=myDataBase;Protocol=local;User Id=myUsername;Password=myPassword;
Persist Security Info=true;