Re: Importing Access 97 Database into 7.1.3 - Mailing list pgsql-general

From Aaron Rouse
Subject Re: Importing Access 97 Database into 7.1.3
Date
Msg-id 00aa01c15d45$b52238d0$0301a8c0@win2kpro
Whole thread Raw
In response to Re: Importing Access 97 Database into 7.1.3  (BELLON Michel <Michel.Bellon@lcie.fr>)
List pgsql-general
Thanks, I was hoping there was another way than this or that perhaps I was
going about it the wrong way in Access.  Since as I mentioned in my first
post, it does seem rather cumbersome to do each table, one by one.  I did
last night try using the SQL2k Ent manager and it allowed me to do all
tables from Access into PGSQL.  However it did error out on a couple of the
fields due to length of the data.  The problem with the datatypes not
migrating over will still have to be resolved, unfortunately I am guessing
this has to be done manually since I saw now SQL of altering a datatype.  I
also noticed that the old PGAdmin would still connect to the 7.1.3 DB and
its migration wizard would open, but I did not try it beyond that since it
would have just put me in the same ballpark that the SQL2k DTS did.

----- Original Message -----
From: "BELLON Michel" <Michel.Bellon@lcie.fr>
To: "Aaron Rouse" <pgsql@happyhacker.com>; <pgsql-general@postgresql.org>
Sent: Thursday, October 25, 2001 2:45 AM
Subject: RE: [GENERAL] Importing Access 97 Database into 7.1.3


> You have to use Access to export into PGSQL 7.1.3, after defining an ODBC
> alias. So you can import, export and have links with PGSQL.
>
> Michel BELLON
> LCIE - Informatique appliquée
> 33 (0)1 40 95 60 35
>
> > -----Message d'origine-----
> > De: Aaron Rouse [SMTP:pgsql@happyhacker.com]
> > Date: jeudi 25 octobre 2001 04:58
> > À: PostgreSQL
> > Objet: [GENERAL] Importing Access 97 Database into 7.1.3
> >
> >     I have the need to import an Access 97 database into PGSQL 7.1.3  It
> > has
> > been a long time since I had to do this and back when I did, I just used
> > the
> > PGAdmin tool which worked fine at the time with the exception of not
> > converting AutoNumber data types to Serial, but to Int datatypes.  I do
> > not
> > see a way to import Access DBs with the new PGAdmin II tool and so far
the
> > only way I am finding to import the database is to import each table one
> > by
> > one via a ODBC connection and the export feature in Access.  This method
> > still gives the same problem with the Autonumber datatype being
converted
> > to
> > Int and I am assuming it leaves out any indexes or default values as
well.
> > Is there another way to import this database that I might be missing?
> >
> > Thanks for any help.
> >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo@postgresql.org so that your
> > message can get through to the mailing list cleanly
>


pgsql-general by date:

Previous
From: BELLON Michel
Date:
Subject: Re: Importing Access 97 Database into 7.1.3
Next
From: Paul Green
Date:
Subject: Using other database tables in a query