fastreport3.10 has a bug in TfxADOQuery

fastreport3.10 has a bug in TfxADOQuery

my database is oracle9i for windows.

the TfxADOQuery's SQL is

select a.deptno,a.job
from scott.emp a, scott.dept b
where a.deptno = b.deptno
and a.empno >= 100
and a.empno <= 10000
group by a.deptno,a.job

when ADOQuery is opened ,oracle show error as follows.

Runtime error occurred: 979 (ORA-00979: not a GROUP BY expression)


when I changed SQL as follows then ok

select a.deptno,a.job
from scott.emp a, scott.dept b
where a.deptno = b.deptno
group by a.deptno,a.job


is this a bug? how to fix?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:07PM
    first i would suggest you post in the correct forum
    second update to latest release of fr3
    ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.