From: | Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com> |
---|---|
To: | kazukawa_tuta(at)ybb(dot)ne(dot)jp, pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: Please tell me about PostgreSQL Driver |
Date: | 2005-04-25 14:36:43 |
Message-ID: | 20050425143643.61724.qmail@web20826.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
--- kazukawa_tuta(at)ybb(dot)ne(dot)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(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Eckermann | 2005-04-25 14:40:39 | Re: Connecting PostgreSQL with Developer 2000 |
Previous Message | Joel Fradkin | 2005-04-25 14:07:39 | Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon |