Oracle DataTable
Posted: Fri 08 May 2009 15:24
My problem seems simple but i did not find any way to solve it. I have a simple table, with a single column key.
In all your samples, one has to press the button "update" to commit the changes and yo always have to write the code.
I would like to use a grid and a data navigator to post the changes. I am using Developer Express XtraGrid but i cannot seem to make it wotk.
The grid brings all the record correctly and allos navigation. But when i edit some record and post it (by pressing the "End Edit button" built in the DataNavigaor), nothing happens. I turnned on the DBMonitor and the is no update command. The same happens with DELETE and INSERT.
Could you give me an example of this, using Microsoft Grid and Navigator?
Thanks
In all your samples, one has to press the button "update" to commit the changes and yo always have to write the code.
I would like to use a grid and a data navigator to post the changes. I am using Developer Express XtraGrid but i cannot seem to make it wotk.
The grid brings all the record correctly and allos navigation. But when i edit some record and post it (by pressing the "End Edit button" built in the DataNavigaor), nothing happens. I turnned on the DBMonitor and the is no update command. The same happens with DELETE and INSERT.
Could you give me an example of this, using Microsoft Grid and Navigator?
Thanks