Anoter JDBC Error

Поиск
Список
Период
Сортировка
От Aaron Mulder
Тема Anoter JDBC Error
Дата
Msg-id Pine.LNX.4.44.0210091105210.24599-100000@www.princetongames.org
обсуждение исходный текст
Ответы Re: Anoter JDBC Error  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
    Haven't had a chance to look into this one yet -- came up in
DBVis, while looking for the columns for a new table, so it's probably
another DBMD query.  Something assuming a String won't be empty?

java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(String.java:460)
    at org.postgresql.jdbc1.AbstractJdbc1ResultSet.getFixedString(AbstractJdbc1ResultSet.java:650)
    at org.postgresql.jdbc1.AbstractJdbc1ResultSet.getInt(AbstractJdbc1ResultSet.java:144)

    BTW, thanks for the ' fix.

Aaron


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Aaron Mulder
Дата:
Сообщение: Re: Newbie: connecting from windows to Linux: how-to?
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Getting a ResultSet for a refcursor element.