I remember when i was using the C API i set CLIENT_MULTI_RESULTS or CLIENT_MULTI_STATEMENTS for this to work. Just wondering if their are flags for doing this on MySQL
Thanks
Joe
On Fri, Apr 6, 2012 at 4:53 PM, Jan-Henrik Haukeland hauk@tildeslash.comwrote:
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. -- To unsubscribe: http://www.tildeslash.com/mailman/listinfo/libzdb-general