MATLAB: How to know if the database is supported by the Database Toolbox

accessanywherecompatibilityDatabase Toolboxdb2ibminformixjdbcmicrosoftMySQLodbcoraclepostgresqlsybaseudb

I would like to find the list of databases supported by the Database Toolbox.

Best Answer

The Database Toolbox in MATLAB 6.5 (R13) and later versions supports all ODBC/JDBC-compliant database management systems. For information about some restrictions, see the documentation at the following location.
Related Question