Can dbFront be modified to support stored procedure output for stored procedures written to return multiple result sets?
I can imagine several use cases for a feature such as this, but for our needs....a simple autoformatted set of displayed tables would be sufficient.
For example, if a stored procedure returned a 3 column data set along with an error/success message, dbFront would display the first dataset as a table, and (I assume) the error message as a second table. That second table would have 1 row and 1 column, and would contain the error message string only.