Set Fields in ADO?(VC++)
-
Hello, I have 6000000 Records in my Bank and, I want to Add theme in a DataGrid no by a Repeat statement by setting the Recordset to it. Like set Datagrid.Datasource="" in VB. Best Wishes, Thanks.
-
Hello, I have 6000000 Records in my Bank and, I want to Add theme in a DataGrid no by a Repeat statement by setting the Recordset to it. Like set Datagrid.Datasource="" in VB. Best Wishes, Thanks.
hi bosss .. it is not a good idea to go for datagrid and loading all these data into it thru
datasource.
Ofcourse, ur UI will be stucked for for more than 5 minutes. Its better u use a flexgrid instad of datagrid and display a minimum of 10 or 20 rfecords at a time. On "next" / "previous" button click load the records accordingly by DB a query. rgds..mil10