Hello
When i set DataGrid.Datasource=MyRecordset i can notice in SQL Server Profiler the work of sistem procedure sp_cursorfetch, which loads records of the table by rowset=64 records. (It takes all records of the table. Don't quite understand why it needs it)
Later when i scroll DataGrid - Recordset gets data by parts
Why does it load entire recordset when i set datasource? Can i change it? It takes quite a few time when the table is large
I use server cursor
Help!!!!
When i set DataGrid.Datasource=MyRecordset i can notice in SQL Server Profiler the work of sistem procedure sp_cursorfetch, which loads records of the table by rowset=64 records. (It takes all records of the table. Don't quite understand why it needs it)
Later when i scroll DataGrid - Recordset gets data by parts
Why does it load entire recordset when i set datasource? Can i change it? It takes quite a few time when the table is large
I use server cursor
Help!!!!