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);

Answers (0)

Tags

Asked:

on 2 May 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!