column alias at oraquey component
Posted: Sat 10 Mar 2007 08:43
Hello all
I'm trying Odac 6 Beta for Delphi 7 and I can not execute sql statments using
toraquery when I'm using column alias with greek characters.
Example:
SELECT kodikos||'/ '||title "Εργο", ERGO_ID ID,Comp_comp_id "Company" ,APPROVED_BUDGET "Budget"
,APPROVED_START_DATE "Start" ,APPROVED_FINISH_DATE "End"
FROM ERGA A
When I'm trying to execute above sql the result error is : "Identifier is to long"
but when I change the column alias to English as following :
SELECT kodikos||'/ '||title "Project", ERGO_ID ID,Comp_comp_id "Company" ,APPROVED_BUDGET "Budget"
,APPROVED_START_DATE "Start" ,APPROVED_FINISH_DATE "End"
FROM ERGA A
the query is running correctly
What shall I do I do in order to have column alias with greek characters in the Toraquery?
( I inform you that using Oracle's Sql Developer tool to execute such querys
there are not errors at all)
Thank you
I'm trying Odac 6 Beta for Delphi 7 and I can not execute sql statments using
toraquery when I'm using column alias with greek characters.
Example:
SELECT kodikos||'/ '||title "Εργο", ERGO_ID ID,Comp_comp_id "Company" ,APPROVED_BUDGET "Budget"
,APPROVED_START_DATE "Start" ,APPROVED_FINISH_DATE "End"
FROM ERGA A
When I'm trying to execute above sql the result error is : "Identifier is to long"
but when I change the column alias to English as following :
SELECT kodikos||'/ '||title "Project", ERGO_ID ID,Comp_comp_id "Company" ,APPROVED_BUDGET "Budget"
,APPROVED_START_DATE "Start" ,APPROVED_FINISH_DATE "End"
FROM ERGA A
the query is running correctly
What shall I do I do in order to have column alias with greek characters in the Toraquery?
( I inform you that using Oracle's Sql Developer tool to execute such querys
there are not errors at all)
Thank you