Subject | Re: [IBO] IBO-Query / CanInsert ? |
---|---|
Author | Geoff Worboys |
Post date | 2001-03-02T00:04:02Z |
> I have an IBO_Query that does:When using a stored procedure make sure KeyLinksAutoDefine is set to
> 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.
false (it defaults to true). Also ensure that no KeyLinks are defined
and that BufferSynroFlags are all turned off.
HTH
Geoff Worboys
Telesis Computing