I'm using VB 6 front-end with MS Access 2000 back-end.
using an ADO recordset, i'm attempting to load data from a recordset to a data grid, however i keep on getting an error message "Cannot initialize data bindings" when i use the "datagrid.rebind" method. if i remove the rebind method then the data grid remiains empty. this is occuring on my development machine.
At the same time, in a different application (using Vb front-end and Sql server back-end) i can load data into the data grid without any problems.....
any help would be greatly appreciated
Sam
using an ADO recordset, i'm attempting to load data from a recordset to a data grid, however i keep on getting an error message "Cannot initialize data bindings" when i use the "datagrid.rebind" method. if i remove the rebind method then the data grid remiains empty. this is occuring on my development machine.
At the same time, in a different application (using Vb front-end and Sql server back-end) i can load data into the data grid without any problems.....
any help would be greatly appreciated
Sam