Text field.

Started by Nonameover 27 years ago3 messagesgeneral
Jump to latest
#1Noname
teresa@pisa.intecs.it

Hi there,

Is it possible to define the string type in a different way from text
or varchar[]?
I'm developing an ArcView application on a PostgreSQL database. But
ArcView does not understand text or varchar types. So, which other type
can I use?

Thank you,

Maria Teresa

--
***************************************
Maria Teresa Faga
Intecs Sistemi S.p.A.
Via Gereschi 32-34, Pisa, Italy
***************************************

#2Noname
tolik@icomm.ru
In reply to: Noname (#1)
Re: [GENERAL] Text field.

"MTF" == Maria Teresa Faga <teresa@pisa.intecs.it> writes:

MTF> Hi there,
MTF> Is it possible to define the string type in a different way from text
MTF> or varchar[]?
MTF> I'm developing an ArcView application on a PostgreSQL database. But
MTF> ArcView does not understand text or varchar types. So, which other type
MTF> can I use?

Pehaps char(n) type is good for you?

--
Anatoly K. Lasareff Email: tolik@icomm.ru
Senior programmer

#3Noname
teresa@pisa.intecs.it
In reply to: Noname (#1)
Re: [GENERAL] Text field.

Anatoly K. Lasareff wrote:

"MTF" == Maria Teresa Faga <teresa@pisa.intecs.it> writes:

MTF> Hi there,
MTF> Is it possible to define the string type in a different way from text
MTF> or varchar[]?
MTF> I'm developing an ArcView application on a PostgreSQL database. But
MTF> ArcView does not understand text or varchar types. So, which other type
MTF> can I use?

Pehaps char(n) type is good for you?

YES, IT IS!!!

Thank you very much!!!

Maria Teresa