Skip to content

Commit

Permalink
fix KingBaseESDal
Browse files Browse the repository at this point in the history
  • Loading branch information
cyq1162 committed Jan 10, 2024
1 parent f307c13 commit d41b438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DAL/KingBaseESDal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private Assembly GetAssembly()
if (ass == null)
{
string name = string.Empty;
if (File.Exists(AppConst.AssemblyPath + "FirebirdSql.Data.FirebirdClient.dll"))
if (File.Exists(AppConst.AssemblyPath + "Kdbndp.dll"))
{
name = "Kdbndp";
}
Expand Down

0 comments on commit d41b438

Please sign in to comment.