When UniStoredProc execution that not changed cursor.

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ibdac2pro
Posts: 17
Joined: Mon 15 Oct 2007 14:26
Location: UK

When UniStoredProc execution that not changed cursor.

Post by ibdac2pro » Wed 16 Feb 2011 00:59

Hi.

In use UniDac version 3.60.0.15.

....
UniStoredProc1.Open;


Not changed cursor(crHourGlass)!

Please test and reply.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 16 Feb 2011 07:45

Hello,

To resolve the problem you should add the UniDACVcl unit to the uses clause of any unit in your project.

Post Reply