Subject | Problem with TIB_QUERY |
---|---|
Author | Magno :-P |
Post date | 2007-03-18T20:25:17Z |
Hi...
I am with a problem.
I have one tib_Query with the SQL:
SELECT 'MAQUINA' TIPO,
COD_MAQUINA CODIGO,
DESCRICAO,
MARCA,
COR
FROM CTMAQUINAS
UNION ALL
SELECT 'IMPLEMENTO' TIPO,
COD_IMPLEMENTO CODIGO,
DESCRICAO,
MARCA,
COR
FROM CTIMPLEMENTO
When it is executed occurs the following error:
Problem in BindingCursor: Check KeyLinks property
How I can decide this?
Tanks
Magno
I am with a problem.
I have one tib_Query with the SQL:
SELECT 'MAQUINA' TIPO,
COD_MAQUINA CODIGO,
DESCRICAO,
MARCA,
COR
FROM CTMAQUINAS
UNION ALL
SELECT 'IMPLEMENTO' TIPO,
COD_IMPLEMENTO CODIGO,
DESCRICAO,
MARCA,
COR
FROM CTIMPLEMENTO
When it is executed occurs the following error:
Problem in BindingCursor: Check KeyLinks property
How I can decide this?
Tanks
Magno