-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
@luronumen
Description
Actual Result
- 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
Enviroment Setup
- .NET 9.0
- ADO.NET Provider version 10.3.3