From: Sergios on
Hi All,

I am currently writing a generic script, to commit structure data in database table, and when finished I hope to have a function for this job.
For a still unknown to me reason, when trying to import the data to the database table (which are converted before import to a cell array) I get the following message:

??? No method 'setDouble' with matching signature found for class 'sun.jdbc.odbc.JdbcOdbcPreparedStatement'.

Error in ==> database.fastinsert at 187
StatementObject.setDouble(j,tmp) %DOUBLE

Any ideas why this is happening and how can I resolve this issue?
I should note that the data I want to import are a combination of Integers, float and string data, and thus using a cell array is the only (?) option.

Thank you in advance
Warm regards
Sergios