Connection parameters are specific for the data provider you have chosen. In dependence of selected DBMS it is necessary to use different parameters, based on the selected DBMS specific. These parameters are used for the connection string generation. This topic describes connection parameters for SQL Server Compact data provider.
-
Database file name
The path and file name of the database.
-
Password
User password to access database.
-
Allow saving password
If set to true, the password is stored among the other connection parameters.
Caution: User password will be stored in your project in an unencrypted form (as plain text).