...
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.
...