Page 1 of 1
sql-cursor
Posted: Mon 21 Jan 2008 10:00
by Burth
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
Posted: Tue 22 Jan 2008 15:17
by Challenger
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.
sql-cursor
Posted: Tue 22 Jan 2008 15:55
by Burth
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.
Posted: Wed 23 Jan 2008 12:39
by Challenger
You should add the IbDacVcl unit to the uses clause of any unit in your project