Database Error - RSMD Column Name undefined
Afficher commentaires plus anciens
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);
Réponses (0)
Catégories
En savoir plus sur Database Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!