sql-cursor

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Burth
Posts: 7
Joined: Tue 16 Jan 2007 12:58

sql-cursor

Post by Burth » Mon 21 Jan 2008 10:00

Hello,

I migrated my project from BDE to IBDAC. Now i am missing the SQL-Cursor during database operations.
Do you have a solution for this problem?

Roland

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

Post by Challenger » Tue 22 Jan 2008 15:17

If by "missing the SQL-Cursor" you mean that queries are closed on some database operations, you should take into account that Commit and Rollback operations close linked datasets. Try to call CommitRetaining and RollbackRetaining.

Burth
Posts: 7
Joined: Tue 16 Jan 2007 12:58

sql-cursor

Post by Burth » Tue 22 Jan 2008 15:55

Hello, thanks for the fast answer, however, my problem is the mouse pointer. During execute an SQL-statement the mouse pointer isn't changing to hourglass. The variable DBAccess.ChangeCursor is true.

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

Post by Challenger » Wed 23 Jan 2008 12:39

You should add the IbDacVcl unit to the uses clause of any unit in your project

Post Reply