RecordCount and RemoveOnRefresh on ZHT16BIG5 BUG did not fix on 5.80.0.37 ?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
herbert
Posts: 17
Joined: Sun 08 Oct 2006 19:36
Location: Taipei,Taiwan

RecordCount and RemoveOnRefresh on ZHT16BIG5 BUG did not fix on 5.80.0.37 ?

Post by herbert » Thu 02 Nov 2006 14:05

After delete newly insert record, RecordCount -2 had been fix.
But after RemoveOnRefresh, RecordCount -2 did not been fix.
RemoveOnRefresh (ZHT16BIG5) BUG did not been fix yet.
Those bugs will be fix at ver. 6.0 or 5.80.0.38 ?

Best regards,
Herbert Chang

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 03 Nov 2006 08:57

We cannot reproduce this problem with ODAC 5.80.0.37. Make sure that your project is built with new ODAC object files. Try to fully rebuild the project using Project | Build from IDE main menu.

herbert
Posts: 17
Joined: Sun 08 Oct 2006 19:36
Location: Taipei,Taiwan

Post by herbert » Fri 03 Nov 2006 09:53

I did uninstall 5.80.036 and install 5.80.037 first, then delete project1.tds and all *.obj files, and build project.
Would please Alexander Hirniy test my project (2006/10/24) again?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 03 Nov 2006 15:13

We have tested the problem on your project and we could not reproduce the problem. If you use Trial version of ODAC then try the following:
1. Uninstall ODAC.
2. Search your computer for files 'dac50.bpl' and 'odac50.bpl'. If you have found these files then delete them.
3. Install ODAC 5.80.0.37.
4. Compile and test your project.

herbert
Posts: 17
Joined: Sun 08 Oct 2006 19:36
Location: Taipei,Taiwan

Post by herbert » Sun 05 Nov 2006 15:19

Sorry, it is my fault.
I forgot to check Project->Options->Directories->Libary path, and link old version ODAC50.bpi.
Those bugs had been fix, I will start to modify my component (such as zebDBGrid,DBNavigator etc.) to fit ODAC and test now, thanks.

Best regards,
Herbert Chang.

Post Reply