Re: Access 97 DB to Postgres Migration Questions

Поиск
Список
Период
Сортировка
От Andrew Gould
Тема Re: Access 97 DB to Postgres Migration Questions
Дата
Msg-id 20030718171149.3046.qmail@web13402.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Access 97 DB to Postgres Migration Questions  (Richard Huxton <dev@archonet.com>)
Ответы Re: Access 97 DB to Postgres Migration Questions  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
--- Richard Huxton <dev@archonet.com> wrote:
> On Friday 18 Jul 2003 4:50 am, Raymond wrote:
> > 2)  Is an ODBC type conversion table available for
> Access to Postgres?
>
> They match up pretty much as you would expect
> int4=>long integer etc. One
> thing to watch out for is booleans - come through as
> 0/-1 in Access.
>
>   Richard Huxton

I'm dealing with this specific issue for the first
time.  How do you suggest dealing with the boolean
incompatibility issue?  I can't seem to make
checkboxes work; but I want to keep the pgsql boolean
datatype. Is there a way to change the value input by
checkboxes? Or do I have to go with the text input of
T, F, Y or N?

Thanks,

Andrew Gould

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

Предыдущее
От: "Vernon Smith"
Дата:
Сообщение: Re: (Urgent) Regarding double byte support
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Access 97 DB to Postgres Migration Questions