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:
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
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