getDataSetByQuery() and -1 max rows

Does using -1 for the maximum returned rows allow Servoy to return any number of rows?

Thanks,
Don

Hi Don,

That is correct. -1 means no limit on the returned rows.
This also means that if the resultset is 1 million rows it tries to load that all in memory as well…

Thanks Robert - Don