Hi Emmanuel, Emmanuel Cecchet wrote:
> Are you using getString("columnName") or getString(1) to access the
> result? Some databases only fetch ResultSetMetaData (including column
> names) when it needs them. Using the column index can dramatically improve
> performance. I am not sure if this is the case with Derby.
I am using getString(1).
I will post more detailed code samples in my reply to Kristian.
Thanks,
Harshad
