Page 1 of 1

Pas de sablier sur le curseur

Posted: Mon 13 Jun 2005 14:28
by Tony
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.

Posted: Tue 14 Jun 2005 12:29
by Alex
Unfortunately I don't understand you. Please write us in English.

Problem with screen cursor odac

Posted: Tue 14 Jun 2005 13:21
by Tony
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.

Posted: Tue 14 Jun 2005 13:54
by Alex
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.

Posted: Fri 17 Jun 2005 12:16
by Tony
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?

Posted: Tue 21 Jun 2005 08:03
by Alex

Posted: Fri 24 Jun 2005 12:24
by Tony
I resolved my problem : I reinstalled the component odac5.5.
Thanks for your help.