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.

Please advice.

Joe