开发者

Can't access ODBC data source from Matlab's Database Toolbox

开发者 https://www.devze.com 2023-03-19 22:48 出处:网络
I use Matlab\'s Database Toolbox to extract data from a SQL Server database. Today the database admin created a new table, but I can\'t seem to access it.The new table contains a schema called dbo, an

I use Matlab's Database Toolbox to extract data from a SQL Server database. Today the database admin created a new table, but I can't seem to access it. The new table contains a schema called dbo, and when I try to access it using Matlab's querybuilder tool, the tool gives the following error:

Unable to get table information from data source

I can access other tables in t开发者_如何学Gohe database without a problem. Any idea what is causing this problem? I don't have enough familiarity with SQL to diagnose it.


Have the admin check that this new table has the same permissions and attributes of a table that you know is working. If the permissions are messed up, you would not be able to retrieve metadata about it.

0

精彩评论

暂无评论...
验证码 换一张
取 消