Page 1 of 1

Possible a bug!

Posted: Tue 27 May 2008 10:04
by mighty
Hi,
After installed IBDAC 2.50, my application doesn't work properly. I tested it and here is the result...

1. Set SQL as "SELECT SIRA, REPORTGROUP, REPORTCAPTION FROM MSREPORTS WHERE REPORTFORM = 'MAIN' ORDER BY REPORTGROUP"
2. Set Options.QueryRecCount to true
3. Set Active to true

... and get surprised :)

DDL of MSREPORTS
-------------------------------------------------------------------
CREATE TABLE msreports (
sira INTEGER NOT NULL,
reportname VARCHAR(100) NOT NULL,
reportgroup VARCHAR(100) NOT NULL,
reportcaption VARCHAR(100) NOT NULL,
reportform VARCHAR(100),
reporttype SMALLINT DEFAULT 0 NOT NULL,
reportsql BLOB SUB_TYPE 1 SEGMENT SIZE 80,
reportdesign BLOB SUB_TYPE 0 SEGMENT SIZE 80,
reportparams VARCHAR(100),
subefield VARCHAR(20),
yaziylafield VARCHAR(20),
xlstemplate BLOB SUB_TYPE 0 SEGMENT SIZE 80
);

Posted: Tue 27 May 2008 10:52
by Plash
We have fixed this problem. The fix will be included in the next build of IBDAC.

Posted: Tue 27 May 2008 15:07
by davort
Plash wrote:We have fixed this problem. The fix will be included in the next build of IBDAC.
I also have a problem with all queries, that include "order by" clause, whenever it includes column names. If I use numeric literals, it works fine.

So I had to rollback to previous versions of all *DAC libs (SDAC, ODAC, MyDAC and IbDAC ... ) ... :)

I shall wait until all works fine, and then try to use it together with UniDAC.

I know that you are going to fix it soon and am looking forward to using it! By my experience, it is the best DAC library I ever used!!! Keep up the good work!!!

8)