Subject | IBO-Query / CanInsert ? |
---|---|
Author | Patrick Lenz |
Post date | 2001-03-01T23:17:35Z |
Hi,
I just started with IBO and once again i seem to be overwhelmed by
the variety of properties that IBO offers.
Here is my simple problem:
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.
Any ideas ?
Thanks
Patrick
I just started with IBO and once again i seem to be overwhelmed by
the variety of properties that IBO offers.
Here is my simple problem:
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.
Any ideas ?
Thanks
Patrick