Subject | More EXECUTE BLOCK problems? |
---|---|
Author | Martijn Tonies |
Post date | 2007-12-13T15:30:36Z |
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
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