Global Database and SQL Server Compact
I have already added a comment to an old thread about this, but I think that it deserves its own topic in the forum.
Starting with version 4.65.0018, the Add-In uses SQL Server Compact 3.5 for the global database.
This is the default configuration for new installations. If you install over an existing version, your existing global database will not be modified (but you can switch to SQL Server Compact if you wish).
If SQL Server Compact 3.5 (SP1) is not already installed on the system, then it will be downloaded and installed automatically.
SQL Server (standard version) is still supported, but the database file is no longer part of the installation. I intend to make a separate installation package with the SQL Server database file.
Access is still supported for backward compatibility. I know that errors occur with Access under Windows Vista, and I do not intend to support it in future.
If you are not familiar with SQL Server Compact 3.5, it is simple file based, in process database engine, which makes a good replacement for the Jet (=Access) database engine. Originally, it was developed for Windows CE, but is now available for desktop systems.
Phil