This product was created using the UltraPort SQL Schema Engine API. These same libraries are also available for you as an Enterprise license holder.
They consist of a set of 4 different DLLs, 1 for each "platform" supported by the UltraPort SQL Schema Engine.
•MS SQL Server (Native Connection)
•MS SQL Server (ODBC Connection)
•MySQL (Native Connection)
•MySQL (ODBC Connection)
There are actually multiple sets of 4 (all are functionally IDENTICAL) depending on which .Net Framework you wish to use.
Example: This program uses the .Net Framework 4.6.2 so if you look in the installation folder after installing this software you will see the following DLLs:
•UltraPortSQLObjects462.dll - For the MS SQL Server (Native Connection)
•UltraPortMSSQLOdbcObjects462.dll - For the MS SQL Server (ODBC Connection)
•UltraPortMySQLObjects462.dll - For the MySQL (Native Connection)
•UltraPortMySQLOdbcObjects462.dll - For the MySQL (ODBC Connection)
The 462 portion of the DLL file name indicates the .Net Framework it was compiled to. So a DLL for Microsoft SQL Server (ODBC Connection) compiled for the .Net Framework 4.0 would be named UltraPortMSSQLOdbcObjects40.dll. All of the DLLs from different frameworks are functionally IDENTICAL, so if you need a Schema API dll for the MySQL (Native Connection) compiled for the .Net Framework 4.8, or 4.5.2, or .Net Core 3.1 just let us know by contacting customer service.

Under Construction