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
When trying to open an unencrypted database with a password in the connection string, I get the following exception: "This file is not encrypted". Unfortunately the exception is thrown with a generic code of 0, so I can't check for this particular use-case in the exception handler. Is there a particular reason why a dedicated error code was not added for this exception?
The text was updated successfully, but these errors were encountered:
Version: 5.0.12.
When trying to open an unencrypted database with a password in the connection string, I get the following exception: "This file is not encrypted". Unfortunately the exception is thrown with a generic code of 0, so I can't check for this particular use-case in the exception handler. Is there a particular reason why a dedicated error code was not added for this exception?
The text was updated successfully, but these errors were encountered: