Subject Re: [IBO] problem in bindingcursor
Author Helmut Steinberger
>> create table testtable
>> (id int4 primary key,
>
>Your primary key field must NOT be null!

It is defined as not null. I just forgot to write it in the mail. In
fact it is defined as

(id int4 not null
primary key,

That is not the problem.

Regards Helmut