DB database type's are not the same between db manager and globals db connections

Wappler Version : 3.7.7
Operating System : mac
Server Model: php
Database Type: SQL Server
Hosting Type:

Expected behavior

The list of database types for DB Manager Direct Connection should be identical to the types shown in Global DB Connections.

Actual behavior

List of db types in Global DB Connections:

List of db types in DB Manager:

Ken this is really not a problem and by design.

The Server Connect Database connection is the definition used for PHP in PDO - so it is dependent on what drivers you have installed on your PHP Server. And in PHP you have an option to use a native SQL Driver.

In ASP for example you have a different set of available drivers.

The Wappler Direct Database Connection on the other hand - is just for Wappler to access your database from within Wappler. So there you choose the database types Wappler knows.

Okay, I’ll start a new issue then