Use Matlab Database Explorer to access additional schema.
Show older comments
I'm using the Database Explorer to connect with an SQL ODBC server containing schema "dbo", "learn" and "map" with separate tables that I want to access. The explorer only presents selections for "dbo", "Information_Schema" and "sys"; the "Information_Schema" contains a table "Schemata" with entries "Schema_Name" of "dbo", "learn" and "map", all owned by "dbo". I can't seem to find a way to examine and query the tables in the "learn" or "map" schema using the explorer. The Azure Data Studio shows all three schema and associated tables, and I am able to generate a simple query through Azure, so this doesn't seem to be a permissions issue on the server side. Is this a limitation of the Database Explorer, or is there some additional configuration required for Matlab to access the different schemas?
Accepted Answer
More Answers (0)
Categories
Find more on Configure Environment in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!