Alix help us: About foreign keys on new edition of ODAC.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pengpeng
Posts: 2
Joined: Thu 28 Jul 2005 07:14

Alix help us: About foreign keys on new edition of ODAC.

Post by pengpeng » Mon 13 Feb 2006 03:14

Hello, Alix, There is a funny question.We tasted a characteristic of ODAC, that is, in every table(dataset), we built a lookup field for a foreign key, e.g.,In table EMP, a lookup field named EMPQueryDEPTNO was built for the foreign key DEPTNO, we did this to aim that a combobox appear automatically for the foreign key in the column in grid of our project. We did enjoy the advantage of this characteristic , because it really acts. Unfortunately, when we upgraded odac higher from 5.55.1.23, we suffered from this, the dataset with foreign keys could not be opened quickly, very slow, intolerably slow, even eat up all the virtual memory, made the machine dead, we cannot suffer any longer, and had to degrade to 5.55.1.23. we wonder what happened to newer edition. What could we do to change this now? Please help us.


Best Regards
pengpeng

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 13 Feb 2006 10:26

Please send to ODAC support address complete sample that demonstrates your problem and include script to create server objects.

pengpeng
Posts: 2
Joined: Thu 28 Jul 2005 07:14

Post by pengpeng » Tue 14 Feb 2006 01:18

Umm, the sample is too large to be sent here. We build a lookup field in every TSmartQuery for a foreign key in the concerned Oracle TABLE which the TSmartQuery points to. The characteristic help us a lot, while puzzle us a lot.

Post Reply