Subject | Re: [firebird-support] statement failed, SQLCODE = -607 |
---|---|
Author | Helen Borrie |
Post date | 2004-08-03T16:00:36Z |
At 03:14 PM 3/08/2004 +0000, you wrote:
/heLen
>I try to create a simple view using isql:Try the query out in dsql to see what error caused the metadata update to fail.
>
>CREATE VIEW VW_CUSTOMERS
>AS
>
> SELECT
> "other_oid",
> "name",
> "remarks",
> "code",
> "VAT_No"
> FROM
> "t_others"
> WHERE
> "is_customer" = 1;
>
>and I get:
>
>statement failed, SQLCODE = -607
>unsuccesfull metadata update
>
>
>what do I do wrong?
/heLen