I have written a stored procedure which returns me a result set. but the column name it gives is 1, 2, 3 ...
I have tried giving ResultSetMetaData.getColumnName() in my client aplication but still it gives me the same 1, 2, 3 ...
Is there any way to get the column name from the result set obtained?.
I have tried giving ResultSetMetaData.getColumnName() in my client aplication but still it gives me the same 1, 2, 3 ...
Is there any way to get the column name from the result set obtained?.