Resolved a regression error on WS 2022

This commit is contained in:
Michael Grafnetter 2022-12-06 10:40:29 +01:00
parent fbccd19483
commit 5e32cb71ba
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
{
// Required for Windows Server 2022 compatibility, as it limits the transaction log file format to 8920.
// Note: Usage of JET_efvUsePersistedFormat still causes minor DB format upgrade.
// isamParameters.EngineFormatVersion = 0x40000002; // JET_efvUsePersistedFormat: Instructs the engine to use the minimal Engine Format Version of all loaded log and DB files.
isamParameters.EngineFormatVersion = 0x40000002; // JET_efvUsePersistedFormat: Instructs the engine to use the minimal Engine Format Version of all loaded log and DB files.
}
catch (EsentInvalidParameterException)
{