Can't find method js_getDataSetByQuery

Hello,

all of a sudden I am permanently getting this error when using getDataSetByQuery:

org.mozilla.javascript.EvaluatorException: Can't find method com.servoy.j2db.dataprocessing.JSDatabaseManager.js_getDataSetByQuery(string,string,null,undefined). (utilParseSQLQuery, line 62)

Any ideas?

Got it: you get this error if you use a variable for maxRows (last parameter) and forgot to initialize that…