Using the DataGrid Active-X Control Version 6(sp4) to bind to a recordset object, I am having the following difficulties...
1- Editing and making a change to the grid does not update the associated database table (SQL Server). I thought that if the grid was bound to the recordset, that any changes to the grid would be applied to not only the recordset, but also to the table associated with the recordset.
2- When setting focus to a particular cell, only the first 15 characters (or so) are highlighted and the remaining characters cannot be viewed in any way. If focus is moved away from the cell, all characters are then displayed properly.
Please respond if you have any insight. Thanks so much!!!
1- Editing and making a change to the grid does not update the associated database table (SQL Server). I thought that if the grid was bound to the recordset, that any changes to the grid would be applied to not only the recordset, but also to the table associated with the recordset.
2- When setting focus to a particular cell, only the first 15 characters (or so) are highlighted and the remaining characters cannot be viewed in any way. If focus is moved away from the cell, all characters are then displayed properly.
Please respond if you have any insight. Thanks so much!!!