Database Error - RSMD Column Name undefined
显示 更早的评论
I'm trying to access some values from the database; but it gives up this error (it was working perfectly fine in matlab 2012 version)... Anyone has any idea about it?
Error using eval Undefined function 'rsmdColumnName' for input arguments of type 'com.mathworks.toolbox.database.databaseRSMD'.
Error in rsmd/get (line 86) eval(['v.' p{i} '{j} = rsmd' p{i} '(a,d.Handle,n(j));'])
Error in cursor/fetch (line 263) x = get(rs,{'ColumnName';'ColumnType'});
Error in ReadOptionsFromDB (line 11) e = fetch(e);
Error in final_MultiAssetCFs_Ankit_v1 (line 31) OptionsStr=ReadOptionsFromDB(DealName);
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!