On Apr 7, 2012, at 1:41 AM, Joe Flemmings wrote:
I'm having problems with a stored procedure that returns only one column.
ResultSet_getColumnName(rset,1) has the header info but ResultSet_getString(rset,1) is empty. When i run it on MySQL it works.
I have no idea. We have never tried libzdb with a stored procedure, but don't see why it should not work. If you can provide a reproducible test program I'll investigate. Otherwise, lift the code from the stored procedure out into your program.