How to create password for database

This article explains the connection string by which user can create password for database.
  • 1554

A database password is essential for maintaining the security of the data so that no unauthorized person could access the data. The database password could be made by the following string. It will act when a connection is opened.

Provider=Microsoft.SQLSERVER.MOBILE.OLEDB.3.0;Data Source=ourDestination\urInfo.sdf;SSCE:Database Password='myPassword';

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.