Re: pgsql-sql-digest V1 #393

From: "Juarez Rudsatz" <juarez(at)correio(dot)com>
To: <pgsql-sql(at)hub(dot)org>
Subject: Re: pgsql-sql-digest V1 #393
Date: 1999-10-26 11:16:08
Message-ID: 000901bf1fa3$80f2f680$270110ac@psmi.intranet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


> Date: Mon, 25 Oct 1999 16:49:07 -0700 (Pacific Daylight Time)
> From: Andrew Perrin - Demography <aperrin(at)demog(dot)berkeley(dot)edu>
> Subject: Access and field sizes
>
> Greetings-
>
> I'm in the process of porting a database from Access to postgres, and have
> run into a snag. The snag involves boolean fields using checkboxes in
> Access forms; they always return a useless Microsoftish error:
>
> The field is too small to accept the amount of data you attempted to add.
> Try inserting or pasting less data.
>
> This happens when a checkbox is clicked to set a boolean value to True,
> but not when it is clicked to set the value back to False.
>
> Does anyone have any experience or idea where to go with this?
>
> Thanks-
> Andy Perrin
>
> - ---------------------------------------------------------------------
> Andrew J. Perrin - aperrin(at)demog(dot)berkeley(dot)edu - NT/Unix Admin/Support
> Department of Demography - University of California at Berkeley
> 2232 Piedmont Avenue #2120 - Berkeley, California, 94720-2120 USA
> http://demog.berkeley.edu/~aperrin --------------------------SEIU1199
>

Recently I has a little problem with boolean fields in ODBC access to
postgres. The type of field was char. In the ODBC driver configuration there
are a advanced option : "Bool as char". Take a look.

Juarez Rudsatz

Browse pgsql-sql by date

  From Date Subject
Next Message Herouth Maoz 1999-10-26 13:47:28 Re: [SQL] pg_dump for PGPLSQL
Previous Message Herouth Maoz 1999-10-26 10:33:55 Re: [SQL] Week of year function?