Re: I do not understand the exception

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: I do not understand the exception
Дата
Msg-id Pine.BSO.4.56.0408241005450.2585@leary.csoft.net
обсуждение исходный текст
Ответ на I do not understand the exception  (Jaap Bril <Jaap.Bril@inter.nl.net>)
Список pgsql-jdbc

On Tue, 24 Aug 2004, Jaap Bril wrote:

> the exception is
>     SQLEXCEPTION:Storing thumbnail failed:
>     java.sql.SQLException: ERROR:  Bad int8 external representation
>     "\377\330\377\340\  [.........]
>
>         String thumbnail_insert = "INSERT INTO thumbnails VALUES (?)";

You are trying to put the byte array into your serial column.  You need to
explicitly name the column you want in your insert statement.

Kris Jurka

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

Предыдущее
От: Jaap Bril
Дата:
Сообщение: I do not understand the exception
Следующее
От: "Hanna Tapani"
Дата:
Сообщение: JDBC