I am connecting a ado with datagrid. Everything works fine till I set the datagrids datasource.

This line gives error -

Set DataGrid1.DataSource = rs
DataGrid1.Refresh

the error is - rowset is not updatable.