Re: wrong documentation and others .....

Поиск
Список
Период
Сортировка
От Gabriel Lopez
Тема Re: wrong documentation and others .....
Дата
Msg-id 39DC67BF.A28489A2@dif.um.es
обсуждение исходный текст
Ответ на wrong documentation and others .....  (Gabriel Lopez <gabilm@dif.um.es>)
Список pgsql-interfaces
Troels Jegbjaerg Moerch escribió:

> Hi try this:    File file = new File("myimage.gif");
>    FileInputStream fis = new FileInputStream(file);
>    byte[] theByteArray = new byte[fis.available()];
>    fis.read(theByteArray);
>
>    PreparedStatement ps = con.prepareStatement("insert insert into
> images values (?,?)");    ps.setString(1,file.getName());
>    ps.setBytes(2, theByteArray);
>    ps.execute();
>    con.commit();
>    ps.close();
>    fis.close();
>    TJM
       Yes, it work fine, but each 9 times it fail:
       FATAL 1:  my bits moved right off the end of the world!       Recreate index pg_attribute_relid_attnam_index.
       Anybody known why?
   Thanks



--
Gabriel López Millán
Facultad de Informática -Universidad de Murcia
30001 Murcia - España (Spain)
Telf: +34-968-364644 E-mail: gabilm@dif.um.es





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

Предыдущее
От: tjm2@mail.ikasths.dk (Troels Jegbjaerg Moerch)
Дата:
Сообщение: Re: wrong documentation and others .....
Следующее
От: "Clark, Joel"
Дата:
Сообщение: RE: Re: FW: New PostgreSQL Project