trace new added rows of a table 
Author Message
 trace new added rows of a table

Hi all

I want a grid to reflect the current data of a table(which is subject to
inserts), which means, the data in the grid must be the data in the table.
How can I archive it?



Sun, 05 Dec 2004 15:56:24 GMT  
 trace new added rows of a table
Requery the data source?
Or set the data source of the grid as a recordset that reflects changes in
the table...

e.g. Grid.requery

Regards

VOrtex


Quote:
> Hi all

> I want a grid to reflect the current data of a table(which is subject to
> inserts), which means, the data in the grid must be the data in the table.
> How can I archive it?



Sun, 05 Dec 2004 19:34:24 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Adding new rows to related tables on a dataset

2. Add new row to a table dynamically

3. Adding a new order overwrite the last row in the table

4. adding a table row, without setting same defaults as previous row

5. row heights of table rows added by vba

6. need help please:joined tables,add new entries based on one table columns

7. need help please:joined tables,add new entries based on one table columns

8. datagrid - catching whether editing or adding a new row

9. how to prevent adding new rows to a datagrid

10. Adding a new row to a Dataset

11. HELP with adding new rows to a dataset

12. how to add a new a row in unbound dbgrid

 

 
Powered by phpBB® Forum Software