mysqltcl works very well for most of what I need done, but I tend to write procs so that the error trapping can be managed more centrally. So here's the problem. I have procedures that return multiple result sets. I can access the first result set, and I know the additional sets are there because th...