Re: storing record-array in varchar?

From: <me(at)alternize(dot)com>
To: "Michael Fuhr" <mike(at)fuhr(dot)org>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: storing record-array in varchar?
Date: 2006-01-13 12:39:08
Message-ID: 054601c6183e$59822c20$2201a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hi michael

thanks for your answer.

>> field m_list would idealy be a varchar if possible...
>
> Why? It could be done but an array seems more suitable for what
> you're describing.

yes. as far as i know, the ms odbc layer does not understand array-fields,
at least not asp3 where the db in question is used ;-)

if the field never has to be outputed to asp your solution will work. i'll
try to implement it, thanks again.

- thomas

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ângelo Marcos Rigo 2006-01-13 13:10:05 How to set a Default Value
Previous Message Michael Fuhr 2006-01-13 05:54:26 Re: trigger / to_char()-function / extract()-function