Sibylle Koczian wrote:
> Hello,
> 
> at the start of the application I get this error:
> 
> (-206, 'isc_dsql_prepare: \n  Dynamic SQL Error\n  SQL error code =
> -206\n  Column unknown\n  EMPLOYEE_PROJECT.PROJ_ID\n  At line 8, column 9')
> SQL: SELECT  first 1000
> epr."EMP_NO",
>        epr."PROJ_ID",
>        employee."FIRST_NAME",
>        employee."LAST_NAME"
>   from employee_project as epr
>  inner join employee on epr."EMP_NO" = employee."EMP_NO"
>  where  employee_project."PROJ_ID" = 'VBASE'
> 

Which version of Firebird are you running?
Did you try the same query with flamerobin or isql?

Uwe

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/49e1c34f.8030...@googlemail.com

Reply via email to