Re: [GENERAL] Access 'field too long' error

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: 'Randall Perry' <rgp(at)systame(dot)com>, pgsql-general(at)postgresql(dot)org
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [GENERAL] Access 'field too long' error
Date: 2002-08-30 13:46:00
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F74994@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-odbc

I have succesfully linked the following table and view
in both MS Access 97 and 2000.
create table num_tbl(pk serial,n numeric(7,2),primary key (pk));
create view num_vw1 sa select * from num_tbl;
I have had problems wiht indexes on 97 when used on fields it
couldn't have indexed.
If you post your table & view definition (as well as Access ver)
I'll see if it works for me or not.
- Stuart

> -----Original Message-----
> From: Randall Perry [mailto:rgp(at)systame(dot)com]
> Sent: 29 August 2002 18:31
> To: pgsql-general(at)postgresql(dot)org
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: [GENERAL] Access 'field too long' error
>
>
> Getting the error:
> The size of a field is too long
>
> From access when trying to link to a view. Discovered the
> problem field is
> of type numeric(7,2). But, if I try linking to the table the
> view is based
> on, I don't get the error. So, somehow this numeric field in
> a view looks
> different to Access than the same numeric field in a table.
>
> Any ideas?
>
>
> --
> Randy Perry
> sysTame
> Mac Consulting/Sales
>
> http://www.systame.com/
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andrew Sullivan 2002-08-30 14:23:12 Re: Postgres Hidden Pitfalls
Previous Message Ericson Smith 2002-08-30 12:33:08 Max Shared Memory

Browse pgsql-general by date

  From Date Subject
Next Message Thomas O'Dowd 2002-08-30 13:47:14 Re: [JDBC] Selecting Varchar range (through JDBC).
Previous Message Christoph Dalitz 2002-08-30 13:39:28 Re: postmaster respawn....?

Browse pgsql-odbc by date

  From Date Subject
Next Message Marc G. Fournier 2002-09-01 00:50:46 Re: [ODBC] [HACKERS] ODBC Driver moved to GBorg ...
Previous Message Dave Page 2002-08-30 07:03:02 Re: How can i set several databases using Win ODBC