Hi, everybody,
I am using DataGrids to show database data (SQL 2000) in my VB application, let the user to select the record in the DataGrid and see the details. 10 users. I use Client cursor and Static recordset. Now the User wants to see all additions that are made to the data in the database. I was thinking about Dynamic Recordset and Server Connection. But DataGrid control doesn't want to work with Dynamic Recordset (recordset is not bookmarkable).
Any sugestions how can I show dynamic data?
Thank you.
I am using DataGrids to show database data (SQL 2000) in my VB application, let the user to select the record in the DataGrid and see the details. 10 users. I use Client cursor and Static recordset. Now the User wants to see all additions that are made to the data in the database. I was thinking about Dynamic Recordset and Server Connection. But DataGrid control doesn't want to work with Dynamic Recordset (recordset is not bookmarkable).
Any sugestions how can I show dynamic data?
Thank you.