--- ibx/branches/udr/testsuite/Test5.pas 2022/02/14 11:31:04 395 +++ ibx/branches/udr/testsuite/Test5.pas 2022/02/17 11:57:23 396 @@ -150,7 +150,6 @@ begin DPB.Add(isc_dpb_user_name).setAsString(Owner.GetUserName); DPB.Add(isc_dpb_password).setAsString(Owner.GetPassword); DPB.Add(isc_dpb_lc_ctype).setAsString(CharSet); - DPB.Add(isc_dpb_set_db_SQL_dialect).setAsByte(SQLDialect); writeln(OutFile,'Opening ',Owner.GetEmployeeDatabaseName); Attachment := FirebirdAPI.OpenDatabase(Owner.GetEmployeeDatabaseName,DPB);