Re: Please tell me about PostgreSQL Driver - Mailing list pgsql-odbc

From Jeff Eckermann
Subject Re: Please tell me about PostgreSQL Driver
Date
Msg-id 20050425143643.61724.qmail@web20826.mail.yahoo.com
Whole thread Raw
In response to Please tell me about PostgreSQL Driver  (<kazukawa_tuta@ybb.ne.jp>)
List pgsql-odbc
--- kazukawa_tuta@ybb.ne.jp wrote:
> My Name is Yoshio Kawakami.
> I am sending this mail from Japan.
> Please tell me PostgreSQL ODBC Driver attributes
> names of
> "TextAsLongVarchar"
> and
> "BoolsAsChar"
> I'm looking for your mail.

These settings affect how PostgreSQL data type "text"
and "boolean" are translated by the ODBC driver.  If
they are set to true, then the driver will represent
PostgreSQL "text" type data as the ODBC LongVarChar
type, and PostgreSQL "boolean" type data as ODBC
"Char".  How the user sees that data will depend on
your application.  For example, MS Access will see
ODBC LongVarChar as "memo" type.
>
>
>
>
> Y.Kawakami
>
>
> ---------------------------(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
>

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-odbc by date:

Previous
From: "Joel Fradkin"
Date:
Subject: Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon
Next
From: Jeff Eckermann
Date:
Subject: Re: Connecting PostgreSQL with Developer 2000