Re: [GENERAL] C++Builder6 enum

2013-03-18 Thread Charl Roux
there is no need for me to add quotes to all names? > Date: Fri, 15 Mar 2013 07:05:11 -0700 > From: adrian.kla...@gmail.com > To: charl.r...@hotmail.com > CC: pgsql-general@postgresql.org > Subject: Re: [GENERAL] C++Builder6 enum > > On 03/15/2013 04:06 AM, Charl Roux wrote:

Re: [GENERAL] C++Builder6 enum

2013-03-15 Thread Adrian Klaver
On 03/15/2013 04:06 AM, Charl Roux wrote: Hi, I am using C++Builder6 on WinXPSP3, with Devart's dbExpress driver. I declared a enumeration type called 'professionEnum', which is used by my variable 'profession'. I get an error: 'Cannot access field 'rootcause' as type Text', if I try and enter a

[GENERAL] C++Builder6 enum

2013-03-15 Thread Charl Roux
Hi, I am using C++Builder6 on WinXPSP3, with Devart's dbExpress driver. I declared a enumeration type called 'professionEnum', which is used by my variable 'profession'. I get an error: 'Cannot access field 'rootcause' as type Text', if I try and enter a value into the enum field. 1. I create