Text field.
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
***************************************
"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
Import Notes
Reply to msg id not found: teresa@pisa.intecs.it'smessageofWed02Dec1998153204+0100
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