Hi,
I am writing an application that uses an SQL Server .mdf database file and I am trying to figure out how do I secure it?
I want to set a password on the database and I guess include this in the connection string so that if someone wnated to open the database outside my application they cannot.
Is this possible?
Thanks
I am writing an application that uses an SQL Server .mdf database file and I am trying to figure out how do I secure it?
I want to set a password on the database and I guess include this in the connection string so that if someone wnated to open the database outside my application they cannot.
Is this possible?
Thanks