Re: [INTERFACES] ODBC

From: "Aage J(dot) Skjolingstad" <aages(at)aajs(dot)com>
To: "W(dot) van den Akker" <wvdakker(at)wilsoft(dot)nl>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] ODBC
Date: 2000-03-04 09:32:07
Message-ID: 38C0D817.95A84BC5@aajs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Yes, that's correct.

I was using linked tables to Access and when my psql db ended up with
fields longer than 255 it gave me error on that line.

Also, prior to converting my Access db using pgAdmin it wouldn't work
so I had to enter my Access db and cut down on fields exceeding 255.

Regards,

Aage

"W. van den Akker" wrote:
>
> Initally I've done that too, but I have to convert several databases.
>
> PostgreSQL does support longvar fields for string longer that 255, does it??
>
> Willem
>
> ----- Original Message -----
> From: Aage J. Skjolingstad <aages(at)aajs(dot)com>
> To: W. van den Akker <wvdakker(at)wilsoft(dot)nl>
> Sent: Saturday, March 04, 2000 10:12 AM
> Subject: Re: [INTERFACES] ODBC
>
> > Hi,
> >
> > I had a similar problem and chose to change all my capital letters to
> > lower case prior to converting from Access, ---- It finally made my
> > life easier after doing so.
> > (and field sizes max 255)
> >
> > Good Luck
> >
> > Aage
> >
> > > "W. van den Akker" wrote:
> > >
> > > Hi,
> > >
> > > I've some (only one actually) problems with the conversion
> > > from Access to PostgreSQL. The table and columnnames
> > > of the Access database do have sometimes capitals (ThisTable,
> > > ThisColumn).
> > > If I convert this table or row, the table and row are created but I
> > > cann't
> > > access them. It lookes like the postgress engine converts
> > > automaticly all
> > > names to lowercase. If a table is created the conversion to
> > > lowercases
> > > doesn't occur.
> > >
> > > Am I doing something wrong, or need the postgress ODBC-driver be
> > > changed?
> > >
> > > TIA
> > >
> > > Willem
> >

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joe Shevland 2000-03-04 16:42:59 RE: [INTERFACES] JDBC connection refused
Previous Message W. van den Akker 2000-03-04 09:30:11 Re: [INTERFACES] ODBC