Re: Column name: CHECK

2003-12-25 Thread Martijn Tonies
lumns in the same table where altered without any problems. How exactly with Delphi? Do you enter your SQL manually like UPDATE ... SET `CHECK` = ... ? > Maybe its a bug I can create the column name check?? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Fireb

Re: Column name: CHECK

2003-12-24 Thread Hans van Dalen
tered without any problems. Maybe its a bug I can create the column name check?? Regards hans At 18:10 24-12-2003, you wrote: Have tried to use back sticks? Like `check` Thanks Emery - Original Message - From: "Martijn Tonies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: Column name: CHECK

2003-12-24 Thread Director General: NEFACOMP
Have tried to use back sticks? Like `check` Thanks Emery - Original Message - From: "Martijn Tonies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 24, 2003 16:41 Subject: Re: Column name: CHECK > > > I use the column name CHEC

Re: Column name: CHECK

2003-12-24 Thread Martijn Tonies
> I use the column name CHECK (smallint), but when I insert into the table I > get an error : Check the manual for: Check) values ( etc.etc. > > When I try to change the column name (alter table tablename change check > blabla smallint) I get an error too, check your manual.. &

Column name: CHECK

2003-12-24 Thread Hans van Dalen
Hi Group, I use the column name CHECK (smallint), but when I insert into the table I get an error : Check the manual for: Check) values ( etc.etc. When I try to change the column name (alter table tablename change check blabla smallint) I get an error too, check your manual.. Does anybody