Subject | RE: [ib-support] FB 1 and INSERT INTO |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2002-03-13T10:43:09Z |
I'm using IBO4 and FB1 without problems
Riho-Rene Ellermaa
senior programmer
Hansabank
Riho-Rene Ellermaa
senior programmer
Hansabank
> -----Original Message-----
> From: Lucas Franzen [mailto:luc@...]
> Sent: Wednesday, March 13, 2002 12:38 PM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] FB 1 and INSERT INTO
>
> I don't like to post the following one,
> but I've got a big problem with insert statements.
>
> Until now it was legal to have statements like:
>
> INSERT INTO MYTABLE ( MYTABLE.MY_ID, MYTABLE.MY_INTEGER )
> VALUES ( 1, 2 );
>
> Now this won't work unless I omit the MYTABLE in front of the
> fieldnames.
>
> Unfortunately the table name is added automatically by (for example)
> IBO...
>
>
>