You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageBox.Show("The Mapped Database couldn't be saved in your drive, make sure the installation path have the necessary permissions or start the program as Administrator.","Permissions Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
varresult=MessageBox.Show("Are you sure you want to delete this Mapped Database?","Delete Confirmation",MessageBoxButtons.YesNo,MessageBoxIcon.Question);
MessageBox.Show("The Mapped Database couldn't be deleted from your drive, make sure the installation path have the necessary permissions or start the program as Administrator.","Permissions Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
0 commit comments