How to refresh a single row from database?
We have 2 grids, linked to 2 tables in Oracle. Grid 1 is the master
grid, grid 2 the detail.
When we change a certain field in grid 2, we need to refresh the
current row in grid 1.
Naturally Refresh does not work, so we set dataset active = false,
true, and that takes bloody ages. All we need to do is refresh one row,
from the database. I've tried resync and a few others, but its all
slow. What gives?!?
Thanks very much for any insight.
Dean
.
Relevant Pages
- Re: Child grid woes
... pointer), but only with the wait statements running. ... in the grid refresh I've issued a NODEFAULT. ... insert into kid values ... (microsoft.public.fox.programmer.exchange) - Re: Child grid woes
... row of the child grid, then click the refresh button (which issues a form ... insert into kid values ... (microsoft.public.fox.programmer.exchange) - Re: Refreshing a datagrid at predetermined intervals?
... nothing to do with server-side programming. ... > Now, however, I need to have the grid 'refreshed' at certain intervals. ... > database and repopulate the grid. ... > not a programmed refresh. ... (microsoft.public.dotnet.framework.aspnet) - RE: How to Refresh Datagrid Control?
... Normaly you would fill a grid like this: ... Would you suggest the code that I need to use to "refresh" the dataset? ... created from the New Data Source wizard. ... is needed to requery the sql database? ... (microsoft.public.dotnet.languages.csharp) - Refreshing a datagrid at predetermined intervals?
... Now, however, I need to have the grid 'refreshed' at certain intervals. ... database (based upon the selected dropdown item) and repopulate the grid. ... not a programmed refresh. ... (microsoft.public.dotnet.framework.aspnet) |
|