Subject More EXECUTE BLOCK problems?
Author Martijn Tonies
On this table:

CREATE TABLE I
(
I INTEGER
);


I prepare and run this statement:
execute block
as
begin
insert into I (i) values (1);
insert into I (i) values (2);
end

With AutoKeyLinks = True and get this error message:
Problem in BindingCursor: Check KeyLinks property




Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com