Don't use MyODBC - BD is a java application give it the JDBC drivers to use instead.
Incidently, neither BD or CFMX will return 2 datasets in one query object. One query to one query object.
You're probably over complicating matters - chances are you can return one query without the stored procedure. IMO for the most part SPs are horrendously over used and abused and, while they have their place, nine times out of ten there is a better way to do what needs to be done than the "code" that is squeezed into an SP for the sake of using an SP.
Main Topics
Browse All Topics





by: mrichmonPosted on 2006-03-09 at 19:13:01ID: 16151495
I don't think there is much you can do since the driver does not support it. Maybe convert into 2 procs?