This message appears every time I try to save data to the database.
Failed to update database because the database is read only
Note. This error only occurs when the application is installed on drive C.
Front End: VB.NET
Back End: SQL Server
Is there any way to overcome this problem? Or is there any way to restrict the user from installing the application on C drive?
source
share