Subject Re: [IBO] IBO-Query / CanInsert ?
Author Geoff Worboys
> I have an IBO_Query that does:
> SELECT ANUMBER FROM STOREDPROC(:PARAM1,:PARAM2)
>
> My insertsql looks like:
> INSERT INTO TABLE(ANUMBER) VALUES(:ANUMBER)
>
> And when I do: Query.INSERT
> -> I receive the Error 'Cannot insert new row'.
> I am sure that I am missing something very basic here.

When using a stored procedure make sure KeyLinksAutoDefine is set to
false (it defaults to true). Also ensure that no KeyLinks are defined
and that BufferSynroFlags are all turned off.

HTH

Geoff Worboys
Telesis Computing