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
System.InvalidOperationException: 'InitializeClientSecurity not called' exception when try to fbConnection.Open() with invalid ConnectionString password #1232
System.InvalidOperationException: 'InitializeClientSecurity not called' exception when try to fbConnection.Open() with invalid ConnectionString password
Expected Result
FbException exception should happen instead of System.InvalidOperationException exception
Steps to Reproduce the Issue
Try to connect with the FirebirdSQL database with a valid user but a invalid password
Important notes
This issue does not happen with Windows thrusted Authentication