Skip to content

Support for Windows Server 2025Β #14

@MichaelGrafnetter

Description

@MichaelGrafnetter

Hi there, interesting tool! πŸ˜‰ I wanted to try it out on Windows Server 2025, but it failed opening the DB, as MS switched to using 32K pages instead of 8K. In DSInternals, I had to implement autodetection:

Api.JetGetDatabaseFileInfo(fileName, out JET_DBINFOMISC dbInfo, JET_DbInfo.Misc);
int pageSize = dbInfo.cbPageSize;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions