Oracle DataTable

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
degas
Posts: 77
Joined: Mon 16 Feb 2009 18:36
Location: Argentina

Oracle DataTable

Post by degas » 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

Tatyana
Posts: 17
Joined: Mon 08 Sep 2008 14:01

Navigator works with datasource not the server

Post by Tatyana » Tue 12 May 2009 09:33

- the button used to post the edited record to the associated datasource
- the button used to delete the currect record from the datasource. So this should be marked as deleted in the oracle table.

No changes in the server, no messages to the server - that's why you don't see anything in the DB Monitor
________
Zx14 vs hayabusa

Post Reply