Subject IB_Grid and Stored Procedure
Author ronald_greven
Hello,

I have a big problem again :

I am using a IB_Grid, where I display data from a stored procedure.
Now I want to edit only one field and write it back to another table.

For example :

Grid : (Data from Stored Procedure)
Pos Amount ...
1 5 <--- write it to table x
2 0 <--- don't write
3 4 <--- write it to table x

how can I realise this?

And which properties do I have to change, that it is possible, to
edit data in the grid, if the datasource is a stored procedure?
(Grid changes to edit mode, but no input is possible)

And another question?
Could somebody tell me the difference between, IB_Query, IB_Cursor
and IB_DSQL? (With each of them, its possible, to execute the same
SQL's)

Best greetings


Ronni