I commented out the line of code :
Set Adodc1.Recordset = rs
and
Changed the following line to :
Set DataGrid1.DataSource = rs
But recieved the following error:
Additional information: Complex DataBinding accepts as a data source either an IList or an IListSource
I am totally lost someone please help
