...
logs a warning to that effect. You may notice an error message similar to the image below in the debug console when testing your forms.
To
This behavior can be controlled by adding the queryset attribute emptyStringForEmptyResultSet with a value of false to the queryset in the configuration.xml file or by adding the property dbconnector.queryset.emptyStringForEmptyResultSet=false to the dbconnector.properties file.
Stored Procedures
You can also execute stored procedures via the database connector. Here is an example of a mySql stored procedure.
...