Hi all,

Ok, so I have ADODC and a DataGrid. The DataGrid displays the query result that I put in.

Now my question is, is it possible do manipulate (sort, etc) what's in the DataGrid without sending more queries into the Database? In other words, is it possible to treat that data inside the DataGrid as disconnected data?

I know it's possible if I use recordsets and such, but can I do it without?

If I HAVE to use recordsets, and my recordset variable is rs, can I just do "DataGrid1.DataSource = rs"? Is this possible?

Thanks a lot!!