RE: ODBC Error - Mailing list pgsql-odbc

From Henshall, Stuart - WCP
Subject RE: ODBC Error
Date
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F74688@MAIL_EXCHANGE
Whole thread Raw
In response to ODBC Error  ("Gershon M. Wolfe" <gary.wolfe@lsbc.com>)
List pgsql-odbc
    Is that MS Access 97? I've found a similar problem with text fields.
I *think* it might be that M$ Access '97can't index Memo fields in its own
tables so doesn't believe tables can have memo fields indexed. Maybe turning
of Unique index recognition might work? I'm using Access 2000 now and that
doesn't seem to suffer that problem (just a whole host of new and
interesting, er, features :)  )
    I've never used SAS so don't what it is based on, but maybe if it
utilises Jet 3.5 it could suffer from a similar problem?
- Stuart

> -----Original Message-----
> From:    Gershon M. Wolfe [SMTP:gary.wolfe@lsbc.com]
> Sent:    Thursday, August 23, 2001 1:35 AM
> To:    pgsql-odbc@postgresql.org
> Subject:    ODBC Error
>
> Dear ODBC users,
>
>     When trying to import a table into MS Access or SAS, I get the
> following
> error:
> "Invalid field definition 'session' in definition of index or
> relationship".
> This error only occurs when a text field called "session" in the table
> is indexed. Here is how I index the field:
>
> create index report_session on report using btree (session text_ops);
>
> When I drop the index there is no longer an error.
>
> Gary
>

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Error messages not always reported through the ODBC driver -STATEMENT ERROR missing
Next
From: "Henshall, Stuart - WCP"
Date:
Subject: RE: I cant' configure ODBC