Pas de sablier sur le curseur

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Tony

Pas de sablier sur le curseur

Post by Tony » Mon 13 Jun 2005 14:28

Bonjour,

J'ai installé odac 5 sur mon poste (je travail avec BCB 5). Avec l'ancienne version d'odac je voyais un sablier sql apparaitre lors de mes requetes. Avec odac 5 le curseur ne change jamais. J'ai lu les précédents topics j'ai essayé de forcé dans le fichier "dbaccess.hpp" la propriété changecursor à true en vain. J'ai également inclu le fichier "odacvcl.hpp" dans mon projet mais sans résultat. Est ce que quelqu'un possède une solution à ce problème?
Merci de votre aide.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 14 Jun 2005 12:29

Unfortunately I don't understand you. Please write us in English.

Tony

Problem with screen cursor odac

Post by Tony » Tue 14 Jun 2005 13:21

I have a problem with the screen cursor when i am using odac 5 with borland builder 5. (Before i used odac 3 with borland builder 5 without any problems). With odac 5 when i launch a request to the database, my screen cursor never change into hourglass. i tried to change changecursor property at true (in dbaccess.hpp) and i tried to inclued odacvcl.hpp in my project but nothing is good.
Can you help me? Thanks.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 14 Jun 2005 13:54

You need to add line #include "OdacVcl.hpp" to your unit.h file and line #pragma link "OdacVcl" to your unit.cpp file, then just build project. Also you can try our CBuilder demo project.

Tony

Post by Tony » Fri 17 Jun 2005 12:16

I solved my problem with hourglass cursor but now all my hints in my components aren't visible when i mouse move on. Have you got a solution?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 21 Jun 2005 08:03


Tony

Post by Tony » Fri 24 Jun 2005 12:24

I resolved my problem : I reinstalled the component odac5.5.
Thanks for your help.

Post Reply