Re: How do i store arbitrary questions and answers in SQL?

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: How do i store arbitrary questions and answers in SQL?
Дата
Msg-id 20060823132039.GG5940@merkur.hilbert.loc
обсуждение исходный текст
Ответ на Re: How do i store arbitrary questions and answers in SQL?  (Enver ALTIN <ealtin@parkyeri.com>)
Список pgsql-general
On Wed, Aug 23, 2006 at 04:13:24PM +0300, Enver ALTIN wrote:

> > CREATE TABLE Answer(ID INT, questionID INT, answer_text VARCHAR(255),
> > datatype INT)
>
> You can actually store answer_text as a BLOB in the database that is
> packed in any format your application can handle. You can serialize a
> class that represents the answer you need and store it, for example.

There was an article on that on Elein's General Bits not too
long ago.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Installation Help needed
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: [8.1.4] Create index on timestamp fails