Question to get sql parameters

Hi,
In servoy there is a method DatabaseManager.getSQLParameters(). This method returns the parameter value without corresponding column name. Did I use it in a wrong way? Is there a way to get a pair of parameter: column/value in servoy?

Thanks,

The values match the questionmarks in the String that is returned by the function “DatabaseManager.getSQL()”, when called on the same foundset object.

Paul

I see.

Thank you.