Re: Access 97 DB to Postgres Migration Questions

From: "Corey W(dot) Gibbs" <cgibbs(at)westmarkproducts(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Access 97 DB to Postgres Migration Questions
Date: 2003-07-18 17:38:55
Message-ID: 01C34D18.CA7895C0.cgibbs@westmarkproducts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Afternoon All,

Try the PG Admin database migration utility. We've converted several Access MDB files to Postgres with it with little or no problems.
Hope this helps,
Corey

-----Original Message-----
From: Andrew Gould [SMTP:andrewgould(at)yahoo(dot)com]
Sent: Friday, July 18, 2003 10:12 AM
To: Richard Huxton; Raymond; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Access 97 DB to Postgres Migration Questions

--- Richard Huxton <dev(at)archonet(dot)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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-07-18 17:41:14 Re: Access 97 DB to Postgres Migration Questions
Previous Message Andrew Gould 2003-07-18 17:11:49 Re: Access 97 DB to Postgres Migration Questions