Обсуждение: getString can't pick up the last new column

Поиск
Список
Период
Сортировка

getString can't pick up the last new column

От
Vernon Wu
Дата:
I add a new column into a table late. The ResultSet doesn't seem to be able recoginze the new column. The getString
both with column index, or the column name throws exception. Is it a bug or something else?

V.



Re: getString can't pick up the last new column

От
Dave Cramer
Дата:
Vernon,

This shouldn't be a bug. I'm going to ask a dumb question... did you
update the sql statement to reflect the new column?

Dave
On Tue, 2002-06-18 at 04:57, Vernon Wu wrote:
>
> I add a new column into a table late. The ResultSet doesn't seem to be able recoginze the new column. The getString
> both with column index, or the column name throws exception. Is it a bug or something else?
>
> V.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>