We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6eea22 commit 797d9b9Copy full SHA for 797d9b9
Provider/src/FirebirdSql.Data.FirebirdClient/Services/FbService.cs
@@ -53,7 +53,7 @@ public string ConnectionString
53
{
54
if (_svc != null && State == FbServiceState.Open)
55
56
- throw new InvalidOperationException("ConnectionString cannot be modified on active service instances.");
+ throw new InvalidOperationException("ConnectionString cannot be modified on open instances.");
57
}
58
59
_csManager = new ConnectionString(value);
0 commit comments