Re: Can I store Ms-Word document in a table.

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Can I store Ms-Word document in a table.
Дата
Msg-id Pine.LNX.4.33.0401220126080.31770-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Can I store Ms-Word document in a table.  (Nilesh Ghone <ghone_nilesh@sutra.co.jp>)
Список pgsql-jdbc

On Thu, 22 Jan 2004, Nilesh Ghone wrote:

> I want to store ms-word documents (size may be up to 50 KB) in my
> postgreSQL database. Can I?
> If possible which datatype I have to use for it? Pls. assist I am a novice
> user for postgreSQL.

The easiest way to do this is to use the bytea data type and the
PreparedStatement.setBytes() and ResultSet.getBytes() to store and
retrieve the documents.

Kris Jurka


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

Предыдущее
От: Nilesh Ghone
Дата:
Сообщение: Can I store Ms-Word document in a table.
Следующее
От: Vámos Balázs
Дата:
Сообщение: Re: Lost connection after postgres restarted